aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-11-15 13:19:46 +0000
committerAlan Modra <amodra@gmail.com>2001-11-15 13:19:46 +0000
commita847613f7489967c9bf31c82fab3fb44e5d9d7e2 (patch)
treea48e6578a026a94e070407adafe62d0a81cb22de /gas/ChangeLog
parent0d3afcfcaa8d9cbac690fddebab73001ee150be4 (diff)
downloadgdb-a847613f7489967c9bf31c82fab3fb44e5d9d7e2.zip
gdb-a847613f7489967c9bf31c82fab3fb44e5d9d7e2.tar.gz
gdb-a847613f7489967c9bf31c82fab3fb44e5d9d7e2.tar.bz2
* config/tc-i386.h (md_end): Define.
(i386_elf_emit_arch_note): Declare. (CpuUnknown): Delete. * config/tc-i386.c (default_arch): Constify. (smallest_imm_type): Remove CpuUnknown test. (md_assemble): Don't bother checking cpu_arch_flags non-zero. (i386_elf_emit_arch_note): New function.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f1a251a..eeb59dd 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,13 @@
2001-11-15 Alan Modra <amodra@bigpond.net.au>
+ * config/tc-i386.h (md_end): Define.
+ (i386_elf_emit_arch_note): Declare.
+ (CpuUnknown): Delete.
+ * config/tc-i386.c (default_arch): Constify.
+ (smallest_imm_type): Remove CpuUnknown test.
+ (md_assemble): Don't bother checking cpu_arch_flags non-zero.
+ (i386_elf_emit_arch_note): New function.
+
* po/POTFILES.in: Regenerate.
2001-11-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>