Some of these are guesses, if you know different, just yell.
authorSteve Chamberlain <sac@cygnus>
Thu, 8 Oct 1992 16:02:09 +0000 (16:02 +0000)
committerSteve Chamberlain <sac@cygnus>
Thu, 8 Oct 1992 16:02:09 +0000 (16:02 +0000)
commit294eaca479e9ced9a87b958c37feb2c570aa1595
treebb7a6bb0ac1df535df9c7fe230c1a0bc81b85ab3
parent0da7012441eaccf157dc44c8cc110fbf2d3f8376
Some of these are guesses, if you know different, just yell.

Thu Oct  8 08:52:48 1992  Steve Chamberlain  (sac@thepub.cygnus.com)

 Now a bfd knows whether underscores are normally prepended
 to symbols in its file format. Helps with error messages.

* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
18 files changed:
bfd/ChangeLog
bfd/aout-adobe.c [new file with mode: 0644]
bfd/aout-target.h
bfd/bfd-in.h
bfd/bout.c
bfd/coff-a29k.c
bfd/coff-h8300.c
bfd/coff-i386.c
bfd/coff-i960.c
bfd/coff-m68k.c
bfd/coff-m88k.c
bfd/coff-mips.c
bfd/coff-rs6000.c
bfd/coff-z8k.c
bfd/elf.c
bfd/ieee.c
bfd/oasys.c
bfd/srec.c