K. Richard Pixley
6b7e599846
add targets to generate info directory files
35 years ago
Roland Pesch
d176e59450
Initial revision
35 years ago
Roland Pesch
f81c49b14a
Use new makeinfo -o option. Rest of this Makefile needs work to make it fit
config structure properly, though.
35 years ago
Per Bothner
c61b4184f4
* Makefile.in: Rename .c files generated from ldtemplate
to have names starting with ld__. This helps 'make clean'.
35 years ago
Roland Pesch
fd4231426f
Better generation of mm-converted manual (Makefile)
New predefined configuration (Makefile, amd29k-coff.m4)
Bugfix in old configuration (amd29k.m4)
35 years ago
Roland Pesch
edb4132896
Initial revision
35 years ago
Roland Pesch
a9773c8993
Repair info node-pointer bug.
35 years ago
Sean Eric Fagan
bf61dec7d8
Changed 'i386_coff' to 'i386-coff' to match the real file's name.
35 years ago
Sean Eric Fagan
1b387db37c
Initial revision
35 years ago
Sean Eric Fagan
f4bda0ff13
Added support for SCO.
35 years ago
K. Richard Pixley
681fa9a853
Initial revision
35 years ago
Steve Chamberlain
7785cbdd0b
Passes down version_path for things which install themselves into
libsubdir.
35 years ago
K. Richard Pixley
1eb988b989
joins the rest of the world
35 years ago
K. Richard Pixley
40c0f22d98
Initial revision
35 years ago
Steve Chamberlain
ab71ab7b1f
The +noversion flag will make an installation happen to the machine/..
directory rather than the machine/version/.. directory.
Steve
35 years ago
Steve Chamberlain
56b10d6dee
* ieee.c: (ieee_object_p) cast NULL correctly.
* configure.in: added harris host
35 years ago
Steve Chamberlain
d14a8a061e
Initial revision
35 years ago
K. Richard Pixley
c72af73543
Initial revision
35 years ago
Steve Chamberlain
6ea296a6fd
*** empty log message ***
35 years ago
Steve Chamberlain
c2ce073867
Various changes from David Wood.
35 years ago
K. Richard Pixley
b772d75ef5
propogate MAKEINFO like we propogate BISON
35 years ago
K. Richard Pixley
b53404d270
make the stage link a soft one
35 years ago
K. Richard Pixley
30189626aa
use gcc as ld for later stages
35 years ago
Sean Eric Fagan
127850e739
Ported to SCO's 3.2v2 system.
35 years ago
John Gilmore
cd56d31436
Forgot opcode files.
35 years ago
John Gilmore
19230be6ac
xcoffread.c, tdesc-lib, and misc fixes.
35 years ago
Steve Chamberlain
092df318fa
* Makefile.in: Take out the version number for install
* m88kbcs.sc: put in contructor blocks.
35 years ago
Per Bothner
68a2b608ed
* ar.c (get_pos_bfd): Previous fix was missing a "break".
35 years ago
Per Bothner
0e2a896cf5
Fixes related to handling of C++ methods (handle destructors
and parameters that are functions).
35 years ago
Steve Chamberlain
5f12485297
Added tdesc-lib
35 years ago
Fred Fish
58ae87f612
Remove internal gdb definition of fixed arg count concat() function and
convert to use of variable arg count concat() in libiberty.
35 years ago
Steve Chamberlain
ecb1b520de
First cut
35 years ago
Steve Chamberlain
5d2d9ca629
Initial revision
35 years ago
Steve Chamberlain
caebaa1660
Added harris systems
35 years ago
John Gilmore
fe6c6bddf3
rs6000 alone means rs6000-ibm-aix
35 years ago
John Gilmore
74f6fb084c
* Makefile.in: Add xcoffread.c, xcoffexec.c.
* xcoffread.c: New file for handling AIX mangled-coff files.
* xconfig/rs6000, tconfig/rs6000: New files.
* buildsym.c: Add hooks for xcoffread.c.
35 years ago
John Gilmore
41abdfbd2d
* rs6000-pinsn.c, rs6000-tdep.c, rs6000-xdep.c, tm-rs6000.h,
xm-rs6000.h: New files.
* xcoffexec.c: New file for handling AIX shared libraries.
35 years ago
John Gilmore
37b637f3b7
Initial revision
35 years ago
John Gilmore
e38e0312fe
New file.
35 years ago
John Gilmore
5685fb5005
Just use #undef, not #define foo foo
35 years ago
K. Richard Pixley
cd49a4dca6
add texinfo; mkdir foo/info; echo when mkdir'ing
35 years ago
K. Richard Pixley
244bb110fd
add texinfo
35 years ago
Steve Chamberlain
25403808d1
Allways use -O2
35 years ago
Steve Chamberlain
c21b1b2660
Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com)
* Makefile.in: Use the MINUS_G no-debug convention
* readline.c: (many_places) move all the declarations of rindex to
only one place, to reduce the number of warnings it makes.
35 years ago
K. Richard Pixley
3509822c48
allow +foo bar options. stolen from texinfo configure
35 years ago
Steve Chamberlain
080f6324d6
Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com)
* Makefile.in: standardize on MINUS_G to disable debugging
* coff-m88k.c: create coff armaps instead of bsd ones.
* opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits
when calling chmod.
35 years ago
Steve Chamberlain
b773e0e582
uses __inline for now for gcc
35 years ago
Fred Fish
285b1325d9
Remove coredep.o from XDEPFILES. The fetch_core_registers() function is
now found in procfs.c for hosts with /proc support.
35 years ago
Fred Fish
fb18285098
Minor rewording of message containing name of program that generated a
core file (core.c), permanently remove the register_addr() stub (elfread.c),
move a misplaced #endif (procfs.c), and add fetch_core_registers func for
core file support (procfs.c).
35 years ago
Fred Fish
4807bcf9a3
Additions to support ELF formatted core files.
35 years ago