diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-09-06 00:33:55 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-09-06 00:33:55 +0000 |
commit | dcf62f7359fe45da9198df2c582b078f1800fe66 (patch) | |
tree | 1117b6a5093dba249b7a99c0027a5a1eda9dc70c /gas/ChangeLog | |
parent | beb926c072ade20be48f027d406c0c5d8e6e3c5a (diff) | |
download | gdb-dcf62f7359fe45da9198df2c582b078f1800fe66.zip gdb-dcf62f7359fe45da9198df2c582b078f1800fe66.tar.gz gdb-dcf62f7359fe45da9198df2c582b078f1800fe66.tar.bz2 |
* config/tc-mips.c: Remove CYGNUS LOCAL comments.
(md_begin): Use 0/1 instead of TRUE/FALSE.
(md_show_usage): Break up long format string for the benefit
of lame compilers.
* config/tc-m68k.c (md_show_usage): Ditto.
* gasp.c (show_usage): Ditto.
* macro.c (check_macro): Cast result of hash_find.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a9a9407..ece9f6e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Tue Sep 5 16:47:36 1995 Stan Shebs <shebs@andros.cygnus.com> + + * config/tc-mips.c: Remove CYGNUS LOCAL comments. + (md_begin): Use 0/1 instead of TRUE/FALSE. + (md_show_usage): Break up long format string for the benefit + of lame compilers. + * config/tc-m68k.c (md_show_usage): Ditto. + * gasp.c (show_usage): Ditto. + * macro.c (check_macro): Cast result of hash_find. + Tue Sep 5 14:46:38 1995 Ken Raeburn <raeburn@cygnus.com> * configure.in: When testing for a free() declaration in system |