diff options
author | Jeff Law <law@redhat.com> | 1994-12-29 03:56:20 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-12-29 03:56:20 +0000 |
commit | c3a1888801fa75aa44a417b2c62b66b08cf68c6b (patch) | |
tree | 777c1758047375718d2ba569ee57047b32051276 /bfd/ChangeLog | |
parent | 3200aa595ba623e1dbc0aa0ebf801835cfa751f2 (diff) | |
download | gdb-c3a1888801fa75aa44a417b2c62b66b08cf68c6b.zip gdb-c3a1888801fa75aa44a417b2c62b66b08cf68c6b.tar.gz gdb-c3a1888801fa75aa44a417b2c62b66b08cf68c6b.tar.bz2 |
* som.c (som_write_fixups): Use SEC_HAS_CONTENTS to identify
bss-like sections.
(som_get_section_contents): Likewise.
(som_set_section_contents): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 03f4f3c..b0b8f05 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 28 20:54:47 1994 Jeff Law (law@snake.cs.utah.edu) + + * som.c (som_write_fixups): Use SEC_HAS_CONTENTS to identify + bss-like sections. + (som_get_section_contents): Likewise. + (som_set_section_contents): Likewise. + Tue Dec 27 14:03:47 1994 Jeff Law (law@snake.cs.utah.edu) * som.c (setup_sections): Turn off SEC_HAS_CONTENTS for bss-like |