Steve Chamberlain
242bfe8791
Removed usage of alloca, lint.
35 years ago
Steve Chamberlain
706e58f11b
* srec.c: Rewrote to fix many bugs; now gets the record type
right, doesn't choke on input, sets the start address in an S9 and
fills in the filename on an S0.
35 years ago
Per Bothner
ce623b5fd1
Two small mips-specific fixes (see ChangeLog).
35 years ago
Steve Chamberlain
849c339e86
HOSTING_LIBS now reflects where libgnu lives
35 years ago
Steve Chamberlain
0d4b8e3fd2
* cpu-h8300.c: Add support for MEMIND addressing mode
35 years ago
Steve Chamberlain
6cba8f4b78
* coff-a29k.c: defined RELOC_PROCESSING to take the #ifdef out of
coffcode.h
* coffcode.h: use the new macro if available
35 years ago
Steve Chamberlain
9b4f91b556
Fix comment.
35 years ago
Steve Chamberlain
a1d144c63e
More filename renaming.
35 years ago
Steve Chamberlain
af483be837
Filename renaming
35 years ago
Steve Chamberlain
f5f0679af0
Changes due to include file renaming:
* xcoffread.c: internalcoff.h ->coff/internal.c,
coff-rs6000.h ->coff/rs6000.h
* mipsread.c: coff-mips.h ->coff/mips.h
* elfread.c: elf-common.h ->elf/common.h
elf-external.h ->elf/external.h,
elf-internal.h ->elf/internal.h
* dwarfread.c dwarf.h ->elf/dwarf.h
* dbxread.c: aout64.h ->aout/aout64.h
stab.gnu.h ->aout/stab_gnu.h
* coffread.c: internalcoff.h ->coff/internal.h
* buildsym.c: stab.gnu.h ->aout/stab_gnu.h
* depend Updated to take the above into account.
35 years ago
Steve Chamberlain
dff5e6026e
* elf.c (elf_corefile_note): cast malloc to avoid warning.
* Makefile.in: Fixed dependencies due to file rename
35 years ago
Steve Chamberlain
d1ee1a893e
Fixed dependencies
35 years ago
Steve Chamberlain
c3eb25fc25
* aout-encap.c, aoutf1.h, aoutx.h, archive.c, bout.c, coff-a29k.c,
coff-h8300.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c,
coff-mips.c, coff-rs6000.c, cpu-h300.c, elf.c, i386aout.c,
newos3.c, stab-syms.c, syms.c: All these files have had their
#includes altered to point to the new places.
35 years ago
Steve Chamberlain
11eab90c7f
* bfd.h: change the documentation format.
* created coff, elf and opcode and aout directories. Moved:
aout64.h ==> aout/aout64.h
ar.h ==> aout/ar.h
a.out.encap.h ==> aout/encap.h
a.out.host.h ==> aout/host.h
a.out.hp.h ==> aout/hp.h
a.out.sun4.h ==> aout/sun4.h
ranlib.h ==> aout/ranlib.h
reloc.h ==> aout/reloc.h
stab.def ==> aout/stab.def
stab.gnu.h ==> aout/stab_gnu.h
coff-a29k.h ==> coff/a29k.h
coff-h8300.h ==> coff/h8300.h
coff-i386.h ==> coff/i386.h
coff-i960.h ==> coff/i960.h
internalcoff.h ==> coff/internal.h
coff-m68k.h ==> coff/m68k.h
coff-m88k.h ==> coff/m88k.h
coff-mips.h ==> coff/mips.h
coff-rs6000.h ==> coff/rs6000.h
elf-common.h ==> elf/common.h
dwarf.h ==> elf/dwarf.h
elf-external.h ==> elf/external.h
elf-internal.h ==> elf/internal.h
a29k-opcode.h ==> opcode/a29k.h
arm-opcode.h ==> opcode/arm.h
h8300-opcode.h ==> opcode/h8300.h
i386-opcode.h ==> opcode/i386.h
i860-opcode.h ==> opcode/i860.h
i960-opcode.h ==> opcode/i960.h
m68k-opcode.h ==> opcode/m68k.h
m88k-opcode.h ==> opcode/m88k.h
mips-opcode.h ==> opcode/mips.h
np1-opcode.h ==> opcode/np1.h
ns32k-opcode.h ==> opcode/ns32k.h
pn-opcode.h ==> opcode/pn.h
pyr-opcode.h ==> opcode/pyr.h
sparc-opcode.h ==> opcode/sparc.h
tahoe-opcode.h ==> opcode/tahoe.h
vax-opcode.h ==> opcode/vax.h
35 years ago
Steve Chamberlain
1ee1fd7e97
Initial revision
35 years ago
Steve Chamberlain
245ed2ea54
Initial revision
35 years ago
Steve Chamberlain
bdce0211a3
Sat Nov 30 18:58:40 1991 Steve Chamberlain (sac at cygnus.com)
* am29k-pinsn.c m68k-pinsn.c nm.c sparc-pinsn.c: now point to where
the header files have moved to.
35 years ago
Steve Chamberlain
4aa58a0a29
Updated to point to where the header files are now
35 years ago
Steve Chamberlain
d289576d7f
Initial revision
35 years ago
Steve Chamberlain
0227e9187b
Initial revision
35 years ago
Steve Chamberlain
1484208fc1
Reflect the new scheme
35 years ago
Steve Chamberlain
6d56c69a47
*** empty log message ***
35 years ago
Steve Chamberlain
179ca8db66
Changed all prototypes from PROTO to EXFUN
35 years ago
Steve Chamberlain
1a15b9fc23
Fix typo in dependencies
35 years ago
Steve Chamberlain
fd8c21f9a1
bfd.texinfo
use fsf-texi.tex rather than texinfo
Makefile.in
various bugfixes
35 years ago
Steve Chamberlain
b8d69097ee
New order documentation
35 years ago
Steve Chamberlain
a1711bb474
Now reflect the new documentation order
35 years ago
Steve Chamberlain
22e9874378
Moved the position of the #### lines so that the makefile fragments
can override the BFD_{LIBS,MACHINES,BACKENDS} make variables.
35 years ago
Steve Chamberlain
0cda46cff1
New documentation style
35 years ago
Steve Chamberlain
93351e91c5
Even more documentation
35 years ago
Steve Chamberlain
9fda1a399c
New documentation style
35 years ago
Fred Fish
8978401fd1
Add new files mh-i386v4 and mt-i386v4 to .Sanitize, check in the new
files.
35 years ago
Fred Fish
9336ad7aea
Initial revision
35 years ago
Fred Fish
8c6e9f05f2
Add tm-i386v4.h and xm-i386v4.h to Sanitize, add i386/SVR4 to configuration
file, recognize names beginning with '.' as compiler generated "fake" tags
for anonymous structures, unions and enums. Add target dependent functions
for SVR4 /proc register interface (i386-tdep.c).
35 years ago
Fred Fish
05b261a334
Add h-i386v4.h to Sanitize file. Check in new h-i386v4.h.
35 years ago
Fred Fish
f8b4dadf65
Initial revision
35 years ago
Fred Fish
eb8983c9ca
Fix bug in elf.c (missing "break" statements in cases), add ncr and
SVR4 i386 support to configuration.
35 years ago
Fred Fish
ad3cef4de8
Change comments on svr4/amiga entries. Add ncr3000 as a recognized
configuration abbreviation.
35 years ago
Fred Fish
3053b9f218
Change simple call to printf of error message to a call to error(). Output
was not getting flushed and was not being newline terminated.
35 years ago
Roland Pesch
4b195f9a30
*** empty log message ***
35 years ago
Roland Pesch
a6d0b6d30f
(1) At Bob Chassell's request, remove leading comments that used to
survive M4 filtering but still tell people the original source was
M4'd;
(2) Also for B.C., include one more emphasis font in @colophon at end;
(3) Thanks to J Gilmore, strengthen wording about unsupported
combinations of host-manufacturer-OS in config Appendix.
35 years ago
Per Bothner
3721706073
Two small bug-fixes (affecting ar and nm).
35 years ago
Steve Chamberlain
6089addcdc
Uses something which will actuall work on an ebmon system
35 years ago
Steve Chamberlain
63c92fcd96
Massive changes to generalize coff-bfd support enough to get 29k
working as well as it did before.
This means that 29k now supports multiple sections
35 years ago
Steve Chamberlain
ada269da87
Made ebmon29k use coff-bfd backend
35 years ago
Michael Tiemann
35fadbebb7
Updated movc and fmovc patterns to reflect the latest encodings in the
0.3.1 Sparc V9 manual.
35 years ago
Steve Chamberlain
489f6ef072
* config/obj-coff-bfd: made multiple sections with subsections
work.
* config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes.
35 years ago
Steve Chamberlain
7d4ffa93db
*** empty log message ***
35 years ago
Steve Chamberlain
17b8147980
* config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes.
35 years ago
Steve Chamberlain
f714e310f4
Made multiple sections with subsections work.
35 years ago