aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorWalter Lee <walt@tilera.com>2012-02-25 22:40:48 +0000
committerWalter Lee <walt@tilera.com>2012-02-25 22:40:48 +0000
commit481fe810e480dc19f9950511a1aebb37d39aa051 (patch)
tree68ec595923e458e6605c1703fa8451734db795c9 /gas/ChangeLog
parent6f7be9592d58646e9ff66e125068691f1e830cc0 (diff)
downloadgdb-481fe810e480dc19f9950511a1aebb37d39aa051.zip
gdb-481fe810e480dc19f9950511a1aebb37d39aa051.tar.gz
gdb-481fe810e480dc19f9950511a1aebb37d39aa051.tar.bz2
Fix regression from change
http://sourceware.org/ml/binutils-cvs/2012-01/msg00049.html . The code needs to check that the symbol is not a local symbol before accessing a non-local-symbol field. * tc-tilepro.c (emit_tilepro_instruction): Check if symbol is non-local before checking sy_value. * tc-tilegx.c (emit_tilegx_instruction): Ditto.
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 5e5f50b..6e6f70a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2012-02-25 Walter Lee <walt@tilera.com>
+ * tc-tilepro.c (emit_tilepro_instruction): Check if symbol is
+ non-local before checking sy_value.
+ * tc-tilegx.c (emit_tilegx_instruction): Ditto.
+
+2012-02-25 Walter Lee <walt@tilera.com>
+
* tc-tilepro.c (O_tls_le): Define operator.
(O_tls_le_lo16): Ditto.
(O_tls_le_hi16): Ditto.