Commit 2b005260 by John Wehle Committed by Jeff Law

freebsd-elf.h (JUMP_TABLES_IN_TEXT_SECTION): Define as flag_pic.

	* 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.

From-SVN: r20665
parent 9bf09437
...@@ -4,6 +4,9 @@ Mon Jun 22 22:21:46 1998 Richard Henderson <rth@cygnus.com> ...@@ -4,6 +4,9 @@ Mon Jun 22 22:21:46 1998 Richard Henderson <rth@cygnus.com>
Mon Jun 22 23:13:47 1998 John Wehle (john@feith.com) Mon Jun 22 23:13:47 1998 John Wehle (john@feith.com)
* 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.
* i386.md (exception_receiver): Define. * i386.md (exception_receiver): Define.
Mon Jun 22 12:01:48 1998 Jim Wilson <wilson@cygnus.com> Mon Jun 22 12:01:48 1998 Jim Wilson <wilson@cygnus.com>
......
...@@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */
/* Indicate that jump tables go in the text section. This is /* Indicate that jump tables go in the text section. This is
necessary when compiling PIC code. */ 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... */ /* Copy this from the svr4 specifications... */
/* Define the register numbers to be used in Dwarf debugging information. /* Define the register numbers to be used in Dwarf debugging information.
......
...@@ -242,7 +242,7 @@ do { long value[3]; \ ...@@ -242,7 +242,7 @@ do { long value[3]; \
/* Indicate that jump tables go in the text section. This is /* Indicate that jump tables go in the text section. This is
necessary when compiling PIC code. */ necessary when compiling PIC code. */
#define JUMP_TABLES_IN_TEXT_SECTION 1 #define JUMP_TABLES_IN_TEXT_SECTION (flag_pic)
/* A C statement (sans semicolon) to output to the stdio stream /* A C statement (sans semicolon) to output to the stdio stream
FILE the assembler definition of uninitialized global DECL named FILE the assembler definition of uninitialized global DECL named
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment