aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2008-10-04 17:20:38 +0000
committerHans-Peter Nilsson <hp@axis.com>2008-10-04 17:20:38 +0000
commitcc99daad35151080a05c94d0850af0761b47523f (patch)
tree98233334c8aae220973baaf35ea8ba471f366b52 /gas/ChangeLog
parent3926fc5473c36857a30ecce2ee9471b95f6df6b5 (diff)
downloadgdb-cc99daad35151080a05c94d0850af0761b47523f.zip
gdb-cc99daad35151080a05c94d0850af0761b47523f.tar.gz
gdb-cc99daad35151080a05c94d0850af0761b47523f.tar.bz2
* config/tc-cris.c: Update all comments regarding explicit relocations
to, besides PIC, also imply TLS or to say "relocation specifier" or similar. (RELOC_SUFFIX_CHAR): Rename from PIC_SUFFIX_CHAR. Change all callers. (cris_get_reloc_suffix): Rename from cris_get_pic_suffix. Change all callers. Also handle TLS relocs. (cris_get_specified_reloc_size): Rename from cris_get_pic_reloc_size. Change all callers. Also handle TLS relocs. (tls): New constant. (cris_process_instruction): Check for non-PIC TLS relocations and adjust message when emitting error message about relocation not fitting. (get_autoinc_prefix_or_indir_op): Also check for relocation suffix when tls is true. (get_3op_or_dip_prefix_op): Ditto. (cris_number_to_imm, tc_gen_reloc): Handle TLS relocs like PIC relocs.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 73b158a..450a18f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,22 @@
+2008-10-04 Hans-Peter Nilsson <hp@axis.com>
+
+ * config/tc-cris.c: Update all comments regarding explicit relocations
+ to, besides PIC, also imply TLS or to say "relocation specifier" or
+ similar.
+ (RELOC_SUFFIX_CHAR): Rename from PIC_SUFFIX_CHAR. Change all callers.
+ (cris_get_reloc_suffix): Rename from cris_get_pic_suffix. Change all
+ callers. Also handle TLS relocs.
+ (cris_get_specified_reloc_size): Rename from cris_get_pic_reloc_size.
+ Change all callers. Also handle TLS relocs.
+ (tls): New constant.
+ (cris_process_instruction): Check for non-PIC TLS relocations and
+ adjust message when emitting error message about relocation not
+ fitting.
+ (get_autoinc_prefix_or_indir_op): Also check for relocation suffix
+ when tls is true.
+ (get_3op_or_dip_prefix_op): Ditto.
+ (cris_number_to_imm, tc_gen_reloc): Handle TLS relocs like PIC relocs.
+
2008-10-03 Kazu Hirata <kazu@codesourcery.com>
* listing.c (buffer_line): Open the source file with FOPEN_RB.