diff options
author | Jeff Law <law@redhat.com> | 1993-12-02 05:48:46 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-12-02 05:48:46 +0000 |
commit | a7f6a456c8eac4b6e742d72ac479e6bf6c3b8114 (patch) | |
tree | ac3cbabb747c3983bde5938968c8cf30ab2243a9 /bfd | |
parent | 68eaffda2512865277a5bfa68e1b7522cce252a1 (diff) | |
download | gdb-a7f6a456c8eac4b6e742d72ac479e6bf6c3b8114.zip gdb-a7f6a456c8eac4b6e742d72ac479e6bf6c3b8114.tar.gz gdb-a7f6a456c8eac4b6e742d72ac479e6bf6c3b8114.tar.bz2 |
* som.c (som_section_type, som_decode_symcalss): New functions.
(som_get_symbol_info): Use them.
(som_slurp_symbol_table): Set the section of common and undefined
symbols correctly.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9887a03..e3f07e3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 1 21:47:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * som.c (som_section_type, som_decode_symcalss): New functions. + (som_get_symbol_info): Use them. + (som_slurp_symbol_table): Set the section of common and undefined + symbols correctly. + Wed Dec 1 14:15:10 1993 Ken Raeburn (raeburn@cygnus.com) * elfcode.h (write_relocs): Initialize local var LAST_SYM_IDX, to |