aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-04-11 14:27:14 -0700
committerRichard Henderson <rth@gcc.gnu.org>2003-04-11 14:27:14 -0700
commit2ae5ae57ba6177af4fe8ba2951e8864c6bdb7c87 (patch)
tree2ecdcf3202af9e31823005a4bd43e00176e10171 /gcc/ChangeLog
parent52859c77e9752203d3d551275df65d4d6f223df8 (diff)
downloadgcc-2ae5ae57ba6177af4fe8ba2951e8864c6bdb7c87.zip
gcc-2ae5ae57ba6177af4fe8ba2951e8864c6bdb7c87.tar.gz
gcc-2ae5ae57ba6177af4fe8ba2951e8864c6bdb7c87.tar.bz2
i386.c (tls_model_chars): Remove.
* config/i386/i386.c (tls_model_chars): Remove. (ix86_encode_section_info, ix86_strip_name_encoding): Remove. (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P. (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL. (tls_symbolic_operand_1): Likewise. (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P. * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove. (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove. * config/i386/winnt.c (i386_pe_encode_section_info): Replace bits "copied from i386.h" with default_encode_section_info. From-SVN: r65480
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7baa961..9e142f5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,18 @@
2003-04-11 Richard Henderson <rth@redhat.com>
+ * config/i386/i386.c (tls_model_chars): Remove.
+ (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
+ (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
+ (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
+ (tls_symbolic_operand_1): Likewise.
+ (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
+ * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
+ (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
+ * config/i386/winnt.c (i386_pe_encode_section_info): Replace
+ bits "copied from i386.h" with default_encode_section_info.
+
+2003-04-11 Richard Henderson <rth@redhat.com>
+
* rtl.def (SYMBOL_REF): Add two 0 fields.
* gengtype.c (adjust_field_rtx_def): Handle them.
* print-rtl.c (print_rtx): Print them.