aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorBill Moyer <billm@cygnus>1998-01-28 22:36:10 +0000
committerBill Moyer <billm@cygnus>1998-01-28 22:36:10 +0000
commit4d1dc7f122f5349bd62e11542d1f3d851f1ee601 (patch)
treee55db15941df30f1db1dd225d708df2313595ce5 /gas/ChangeLog
parenteafda179b5fb7b509ee501fa4425a04e9e111cdc (diff)
downloadgdb-4d1dc7f122f5349bd62e11542d1f3d851f1ee601.zip
gdb-4d1dc7f122f5349bd62e11542d1f3d851f1ee601.tar.gz
gdb-4d1dc7f122f5349bd62e11542d1f3d851f1ee601.tar.bz2
Added "--nowarnswap" option for suppressing "Swapping instructions" warnings.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog15
1 files changed, 8 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d991d27..2ea76a1 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jan 28 14:35:00 1998 Bill Moyer <billm@cygnus.com>
+
+ * as.h (flag_warn_suppress_instructionswap): added new flag.
+ * tc-d10v.c (md_parse_option,md_longopts): added "--nowarnswap"
+ command line argument.
+ * tc-d10v.c (write_2_short): emit "Swapping instructions"
+ warning only if flag_warn_suppress_instructionswap is false.
+
Wed Jan 28 16:41:19 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
* configure.in (i386-*-mingw32*): New target.
@@ -21,13 +29,6 @@ Wed Jan 28 13:48:08 1998 Ian Lance Taylor <ian@cygnus.com>
* config/obj-coff.h (RESOLVE_SYMBOL_REDEFINITION): Define.
-Fri Jan 28 10:18:06 1998 Bill Moyer <billm@cygnus.com>
-
- * as.h (flag_warn_instructionswap): added new flag variable.
- * as.c (parse_args): added "--nowarnswap" command line arg.
- * tc-d10v.c (write_2_short): emit "Swapping instructions"
- warning only if flag_warn_instructionswap is set.
-
start-sanitize-sky
Wed Jan 28 10:00:40 1998 Doug Evans <devans@canuck.cygnus.com>