diff options
author | Jim Wilson <wilson@tuliptree.org> | 1998-09-23 00:00:45 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1998-09-23 00:00:45 +0000 |
commit | 6c173d732e03b7cfc6b20e4b6c531e2e5661c0fc (patch) | |
tree | a8ec53cb1dbc432db9cce51fd502e3a801ed028d /gas | |
parent | aa7bf2a890bb3365a79d57b03eb479826a160769 (diff) | |
download | gdb-6c173d732e03b7cfc6b20e4b6c531e2e5661c0fc.zip gdb-6c173d732e03b7cfc6b20e4b6c531e2e5661c0fc.tar.gz gdb-6c173d732e03b7cfc6b20e4b6c531e2e5661c0fc.tar.bz2 |
Fix non-ISO C code found by SGI C compiler.
* config/obj-elf.h (ECOFF_DEBUGGING): Add missing parens.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a9bb037..7fa5b3f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 22 16:40:52 1998 Jim Wilson <wilson@cygnus.com> + + * config/obj-elf.h (ECOFF_DEBUGGING): Add missing parens. + Tue Sep 22 15:44:21 1998 Nick Clifton <nickc@cygnus.com> * config/tc-d30v.c (find_format): Do not accept flag registers as |