diff options
author | Walter Lee <walt@tilera.com> | 2012-02-25 20:07:08 +0000 |
---|---|---|
committer | Walter Lee <walt@tilera.com> | 2012-02-25 20:07:08 +0000 |
commit | 5414dbefeaf875f00cc29488bb54d2c30bf50c3b (patch) | |
tree | 74113ac836387b9884a03533fe472ee7b437b57c /gas/ChangeLog | |
parent | 412c89dd5313d6acdd3c99b72df79c584d991b1f (diff) | |
download | gdb-5414dbefeaf875f00cc29488bb54d2c30bf50c3b.zip gdb-5414dbefeaf875f00cc29488bb54d2c30bf50c3b.tar.gz gdb-5414dbefeaf875f00cc29488bb54d2c30bf50c3b.tar.bz2 |
Deletes some dead code in the TILE-Gx/TILEPro ports of gas.
* tc-tilepro.c (apply_special_operator): delete cases for
got and tls operators.
(md_apply_fix): Ditto.
* tc-tilegx.c: (apply_special_operator): delete cases for
got and tls operators.
(md_apply_fix): Ditto.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fd16b97..b419ac0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ 2012-02-25 Walter Lee <walt@tilera.com> + * tc-tilepro.c (apply_special_operator): delete cases for + got and tls operators. + (md_apply_fix): Ditto. * tc-tilegx.c (md_begin): Set architecture and machine. (tilegx_target_format): Handle big endian. (OPTION_EB): Define. @@ -8,6 +11,9 @@ (md_parse_option): Handle OPTION_EB and OPTION_EL. (md_show_usage): Add -EB and -EL. (md_number_to_chars): New. + (apply_special_operator): delete cases for got and tls + operators. + (md_apply_fix): Ditto. * tc-tilegx.h (TARGET_BYTES_BIG_ENDIAN): Guard definition with ifndef. (md_number_to_chars): Delete. |