diff options
author | Jeff Law <law@redhat.com> | 1994-09-07 05:39:13 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-09-07 05:39:13 +0000 |
commit | 3b50c9009cbe86801134ab9c512f8c8b59c7a1d8 (patch) | |
tree | bd37f1837da85e7af288db8c39694a15f4a884d7 | |
parent | 82950a806a2bbfb084bbf9ced9572391762e14ca (diff) | |
download | gdb-3b50c9009cbe86801134ab9c512f8c8b59c7a1d8.zip gdb-3b50c9009cbe86801134ab9c512f8c8b59c7a1d8.tar.gz gdb-3b50c9009cbe86801134ab9c512f8c8b59c7a1d8.tar.bz2 |
* som.c (som_bfd_derive_misc_symbol_info): Treat undefined code
symbols and undefined symbols which no type in the same manner
if the associated BFD symbol has BSF_FUNCTION set. For a defined
symbol which no type, select a SOM type based on the flags of the
section containing the symbol.
(som_slurp_symbol_type): Set BSF_FUNCTION for undefined ST_STUB
or ST_CODE symbols (importing a non-function code symbol is
meaningless in SOM).
(som_set_reloc_info): Don't set "offset" to the section's vma; it
should always start at zero.
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c3e16fd..4a85fa3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +Tue Sep 6 23:28:52 1994 Jeff Law (law@snake.cs.utah.edu) + + * som.c (som_bfd_derive_misc_symbol_info): Treat undefined code + symbols and undefined symbols which no type in the same manner + if the associated BFD symbol has BSF_FUNCTION set. For a defined + symbol which no type, select a SOM type based on the flags of the + section containing the symbol. + (som_slurp_symbol_type): Set BSF_FUNCTION for undefined ST_STUB + or ST_CODE symbols (importing a non-function code symbol is + meaningless in SOM). + (som_set_reloc_info): Don't set "offset" to the section's vma; it + should always start at zero. + Tue Sep 6 14:51:11 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) Add new style linker support to COFF backend. a29k only for now. |