aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-01-15 20:34:11 +0000
committerH.J. Lu <hjl.tools@gmail.com>2013-01-15 20:34:11 +0000
commitaf89796ad5e8a8782a9494ebb1a7376c9bd44ca6 (patch)
treeedf901dc5577ce893ee1862206892c3beadb5868 /gas/ChangeLog
parent1e5364517958c0d6000a11df1a6255937f4364eb (diff)
downloadgdb-af89796ad5e8a8782a9494ebb1a7376c9bd44ca6.zip
gdb-af89796ad5e8a8782a9494ebb1a7376c9bd44ca6.tar.gz
gdb-af89796ad5e8a8782a9494ebb1a7376c9bd44ca6.tar.bz2
Increment length by 1 if the relocation token is removed
gas/ PR gas/15019 * config/tc-i386.c (lex_got): Increment length by 1 if the relocation token is removed. gas/testsuite/ PR gas/15019 * gas/i386/reloc32.s: Add tests for "xtrn@got -/+ 4". * gas/i386/reloc64.s: Likewise. * gas/i386/ilp32/reloc64.s: Likewise. * gas/i386/reloc32.d: Updated. * gas/i386/reloc64.d: Likewise. * gas/i386/ilp32/reloc64.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d632dca..8962bbb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/15019
+ * config/tc-i386.c (lex_got): Increment length by 1 if the
+ relocation token is removed.
+
2013-01-15 Nick Clifton <nickc@redhat.com>
* config/tc-v850.c (md_assemble): Allow signed values for
@@ -6,7 +12,7 @@
2013-01-11 Sean Keys <skeys@ipdatasys.com>
* config/tc-xgate.c (md_begin): Fix mistake made when going from
- git to cvs.
+ git to cvs.
2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
@@ -18,7 +24,7 @@
2013-01-10 Sean Keys <skeys@ipdatasys.com>
* config/tc-xgate.c (md_begin): Fix the printing of opcodes so
- that the assember exits after the opcodes have been printed.
+ that the assember exits after the opcodes have been printed.
2013-01-10 H.J. Lu <hongjiu.lu@intel.com>