aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2002-12-01 10:20:06 +0000
committerStephane Carrez <stcarrez@nerim.fr>2002-12-01 10:20:06 +0000
commit2f9046641f748e9a27c97759570dcb983cbab4e9 (patch)
treed22bbaaf1ceca3cf70ca581049be9cb2ebaa389c /gas/ChangeLog
parent2fd84db3315c70dae4ab8dadbd920ec0fb23a1ee (diff)
downloadgdb-2f9046641f748e9a27c97759570dcb983cbab4e9.zip
gdb-2f9046641f748e9a27c97759570dcb983cbab4e9.tar.gz
gdb-2f9046641f748e9a27c97759570dcb983cbab4e9.tar.bz2
* config/tc-m68hc11.c (elf_flags): Set default ABI to gcc default
(32-bit int, 64-bit double). (md_longopts): New options -mshort, -mlong, -mshort-double and -mlong-double to control the ABI. (md_show_usage): Update. (md_parse_option): Handle new options. * doc/as.texinfo (Overview): Document new options for HC11/HC12.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 34d6970..f233231 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,13 @@
+2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
+
+ * config/tc-m68hc11.c (elf_flags): Set default ABI to gcc default
+ (32-bit int, 64-bit double).
+ (md_longopts): New options -mshort, -mlong, -mshort-double and
+ -mlong-double to control the ABI.
+ (md_show_usage): Update.
+ (md_parse_option): Handle new options.
+ * doc/as.texinfo (Overview): Document new options for HC11/HC12.
+
2002-12-01 Nathan Sidwell <nathan@codesourcery.com>
* symbols.c (report_op_error): New function, broken out of ...