From: Kazu Hirata Date: Thu, 22 Jan 2004 11:50:01 +0000 (+0000) Subject: tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the macro need not be defined if... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c49953c15b1071a2a44135143b463a15b40687a;p=gcc.git tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the macro need not be defined if... * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the macro need not be defined if jump-tables should contain relative addresses only when -fPIC or -fPIC is in effect. From-SVN: r76350 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a1238b80ee4..eeee09e71ed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-01-22 Kazu Hirata + + * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the + macro need not be defined if jump-tables should contain + relative addresses only when -fPIC or -fPIC is in effect. + 2004-01-22 Jan Hubicka * alias.c (reg_base_value): Turn into varray. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 7866e1ae8e9..b3ac4c81cdc 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -8485,8 +8485,10 @@ flags can be updated. @defmac CASE_VECTOR_PC_RELATIVE Define this macro to be a C expression to indicate when jump-tables -should contain relative addresses. If jump-tables never contain -relative addresses, then you need not define this macro. +should contain relative addresses. You need not define this macro if +jump-tables never contain relative addresses, or jump-tables should +contain relative addresses only when @option{-fPIC} or @option{-fPIC} +is in effect. @end defmac @defmac CASE_DROPS_THROUGH