diff options
author | Stan Shebs <shebs@codesourcery.com> | 1993-09-08 00:20:59 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1993-09-08 00:20:59 +0000 |
commit | 1531386bca715e97b852bad3733b5032dfe91489 (patch) | |
tree | 2e9272762f45beeb3374e1f42546ffb7a8aa731f /gas/ChangeLog | |
parent | 511fb5d673dd4ed1eff8f144f53b0a590b5cb549 (diff) | |
download | gdb-1531386bca715e97b852bad3733b5032dfe91489.zip gdb-1531386bca715e97b852bad3733b5032dfe91489.tar.gz gdb-1531386bca715e97b852bad3733b5032dfe91489.tar.bz2 |
Add missing ifdef to make m68k-aout targets happy.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cc52c0c..adf62f8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ Tue Sep 7 10:22:52 1993 Stan Shebs (shebs@rtl.cygnus.com) + * read.c: (change_to_section): Don't include body if not MANY_SECTIONS. + * read.c: (s_stab, s_xstab, s_desc): New functions to parse various stab-related directives. * read.h: (s_stab, s_xstab, s_desc): New function prototypes. |