diff options
author | Jeff Law <law@redhat.com> | 1994-09-13 04:06:07 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-09-13 04:06:07 +0000 |
commit | c7ca67cb67ce81e3e575a5e2aa83d73441b16f54 (patch) | |
tree | 5dda2c18c21ae7de0d71547155dcd3e65a10407a /bfd/ChangeLog | |
parent | c570d361394e997645dc05171fabf212cba7c48d (diff) | |
download | gdb-c7ca67cb67ce81e3e575a5e2aa83d73441b16f54.zip gdb-c7ca67cb67ce81e3e575a5e2aa83d73441b16f54.tar.gz gdb-c7ca67cb67ce81e3e575a5e2aa83d73441b16f54.tar.bz2 |
* som.c (som_reloc_skip): Correct off-by-one error for 4-byte
R_NO_RELOCATION fixups.
(bfd_section_from_som_symbol): Return the absolute section if the
symbol isn't contained in any section in the output file.
(som_slurp_symbol_table): ST_PRI_PROG and ST_SEC_PROG symbols are
not function symbols (they are magic code labels which *can* be the
targets of cross space branches). $START$ is not a section symbol.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a070a04..c521bf2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Mon Sep 12 21:56:20 1994 Jeff Law (law@snake.cs.utah.edu) + + * som.c (som_reloc_skip): Correct off-by-one error for 4-byte + R_NO_RELOCATION fixups. + (bfd_section_from_som_symbol): Return the absolute section if the + symbol isn't contained in any section in the output file. + (som_slurp_symbol_table): ST_PRI_PROG and ST_SEC_PROG symbols are + not function symbols (they are magic code labels which *can* be the + targets of cross space branches). $START$ is not a section symbol. + Mon Sep 12 11:43:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * coff-alpha.c (ecoffalpha_little_vec): Add SEC_CODE and SEC_DATA |