diff options
author | DJ Delorie <dj@redhat.com> | 2001-03-15 19:30:32 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-03-15 19:30:32 +0000 |
commit | d68d4570182930a4094744cb950d0fbdadbf0746 (patch) | |
tree | 0ee1ef548ae630ce268cdfc69965460e16f69d6d /gas/ChangeLog | |
parent | 0015fd9aa4c0bfc4fbc71257e81d302824318729 (diff) | |
download | gdb-d68d4570182930a4094744cb950d0fbdadbf0746.zip gdb-d68d4570182930a4094744cb950d0fbdadbf0746.tar.gz gdb-d68d4570182930a4094744cb950d0fbdadbf0746.tar.bz2 |
* stabs.c (s_stab_generic): Don't corrupt the notes obstack by
blindly freeing string if it isn't at the top of the obstack.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2d6241d..c67b49f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-03-15 DJ Delorie <dj@redhat.com> + + * stabs.c (s_stab_generic): Don't corrupt the notes obstack by + blindly freeing string if it isn't at the top of the obstack. + 2001-03-13 Alan Modra <alan@linuxcare.com.au> * config/tc-i386.c (RELOC_ENUM): Define. Use throughout file. |