diff options
author | Jeff Law <law@redhat.com> | 1994-02-07 00:15:01 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-07 00:15:01 +0000 |
commit | dc536cc0ca1211040fe74acf92cf87e8a7eca543 (patch) | |
tree | 71381f77c1a324182e746063df4c909ba8951e4a | |
parent | ebbed4c4c36813d4fb3af6f56b4fda6fd5794821 (diff) | |
download | gdb-dc536cc0ca1211040fe74acf92cf87e8a7eca543.zip gdb-dc536cc0ca1211040fe74acf92cf87e8a7eca543.tar.gz gdb-dc536cc0ca1211040fe74acf92cf87e8a7eca543.tar.bz2 |
* config/obj-som.c (obj_som_init_stab_section): Same change
as coffbfd and elf below. Zero the initial stab symbol after
allocating it.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dc77c47..c47129a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Sun Feb 6 16:13:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * config/obj-som.c (obj_som_init_stab_section): Same change + as coffbfd and elf below. Zero the initial stab symbol after + allocating it. + Sat Feb 5 12:30:32 1994 Stan Shebs (shebs@andros.cygnus.com) * config/obj-coffbfd.c (obj_coff_init_stab_section): Zero the |