final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Fri, 22 May 1998 00:01:23 +0000 (00:01 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 22 May 1998 00:01:23 +0000 (18:01 -0600)
commit75197b37816fefb9190984a16d994d97a6425529
tree153516bd040cf0c86fb3a0f124e0631e29761483
parent37433f498972c73ff619ba435270783b7b6b377a
final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.

        * final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
        (shorten_branches, final_scan_insn): Test value of
        JUMP_TABLES_IN_TEXT_SECTION instead of just testing whether it
        is defined.
        * tm.texi (JUMP_TABLES_IN_TEXT_SECTION): Corresponding changes.
        * arm/coff.h: Define JUMP_TABLES_IN_TEXT_SECTION to 1.
        coff.h: Likewise.
        * i386/386bsd.h: Likewise.
        * i386/freebsd-elf.h: Likewise.
        * i386/freebsd.h: Likewise.
        * i386/netbsd.h: Likewise.
        * i386/ptx4-i.h: Likewise.
        * i386/sysv4.h: Likewise.
        * pa/pa.h: Likewise.
        * rs6000/linux.h: Likewise.
        * rs6000/rs6000.h: Likewise.
        * sh/sh.h: Likewise.
        * sparc/sp64-elf.h: Likewise.
        * v850/v850.h: Likewise.
        * rs6000/sysv4.h: Define JUMP_TABLES_IN_TEXT_SECTION to 0.
        * i386/linux.h: Define JUMP_TABLES_IN_TEXT_SECTION to (flag_pic).

From-SVN: r19940
19 files changed:
gcc/ChangeLog
gcc/config/arm/coff.h
gcc/config/arm/tcoff.h
gcc/config/i386/386bsd.h
gcc/config/i386/freebsd-elf.h
gcc/config/i386/freebsd.h
gcc/config/i386/linux.h
gcc/config/i386/netbsd.h
gcc/config/i386/ptx4-i.h
gcc/config/i386/sysv4.h
gcc/config/pa/pa.h
gcc/config/rs6000/linux.h
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/sysv4.h
gcc/config/sh/sh.h
gcc/config/sparc/sp64-elf.h
gcc/config/v850/v850.h
gcc/final.c
gcc/tm.texi