diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-22 23:06:58 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-22 23:06:58 +0000 |
commit | d3d76ad3d20fa13603eea99f607b3efcc10bdbed (patch) | |
tree | 50a8a07547c6f9ff3e97e42bbffc8f394f40c8a1 /gcc/config/i386/freebsd-elf.h | |
parent | ae70654ccb452ddc12b2e6f1affb7e921862bdb0 (diff) | |
download | gcc-d3d76ad3d20fa13603eea99f607b3efcc10bdbed.tar.gz |
* i386/freebsd-elf.h (JUMP_TABLES_IN_TEXT_SECTION): Define as flag_pic.
* i386/sysv4.h (JUMP_TABLES_IN_TEXT_SECTION): Define as flag_pic.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20665 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/freebsd-elf.h')
-rw-r--r-- | gcc/config/i386/freebsd-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/freebsd-elf.h b/gcc/config/i386/freebsd-elf.h index 6f99a886e87..ca37c211721 100644 --- a/gcc/config/i386/freebsd-elf.h +++ b/gcc/config/i386/freebsd-elf.h @@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */ /* Indicate that jump tables go in the text section. This is necessary when compiling PIC code. */ -#define JUMP_TABLES_IN_TEXT_SECTION 1 +#define JUMP_TABLES_IN_TEXT_SECTION (flag_pic) /* Copy this from the svr4 specifications... */ /* Define the register numbers to be used in Dwarf debugging information. |