aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-05-01 08:29:16 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-05-01 08:29:16 -0700
commit00923338dec84505addaf9cdeca2e9c844757824 (patch)
treed903956db30bc8e6efc22951b65d4dda1ed897ae /gas/ChangeLog
parentb633b7258d319687ac625da1f1b9be20e3bdaedb (diff)
downloadgdb-00923338dec84505addaf9cdeca2e9c844757824.zip
gdb-00923338dec84505addaf9cdeca2e9c844757824.tar.gz
gdb-00923338dec84505addaf9cdeca2e9c844757824.tar.bz2
Remove i386_elf_emit_arch_note
This x86 assembler patch: https://sourceware.org/ml/binutils/2001-11/msg00344.html generates a .note section for .arch directive so that GDB can tell which architecture an i386 binary belongs: https://sourceware.org/ml/binutils/2001-11/msg00271.html However, x86 assembly code can have any instructions. A .note section doesn't help. This patch removes it. gas/ * config/tc-i386.c (i386_elf_emit_arch_note): Removed. * config/tc-i386.h (md_end): Likewise. (i386_elf_emit_arch_note): Likewise. gas/testsuite/ * gas/i386/i386.exp: Run note. * gas/i386/note.d: New file. * gas/i386/note.s: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e494ab1..8259f05 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
+ * config/tc-i386.c (i386_elf_emit_arch_note): Removed.
+ * config/tc-i386.h (md_end): Likewise.
+ (i386_elf_emit_arch_note): Likewise.
+
+2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
+
* configure.tgt: Support i386-*-elf*.
2015-04-30 DJ Delorie <dj@redhat.com>