Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/gnu/dist/toolchain/gcc/config/vax Pull up revision 1.15...



details:   https://anonhg.NetBSD.org/src/rev/878b9d16d645
branches:  netbsd-1-6
changeset: 529732:878b9d16d645
user:      he <he%NetBSD.org@localhost>
date:      Wed Dec 11 17:41:26 2002 +0000

description:
Pull up revision 1.15 (requested by thorpej in ticket #966):
  Tidy up CC1_SPEC; remove the -mno-pic flag, which didn't
  actually work properly.
  Add a new -mno-asm-pic flag which tells the assembler to
  assemble the code non-PIC even if it was compiled PIC.

diffstat:

 gnu/dist/toolchain/gcc/config/vax/vax.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 401326a307d9 -r 878b9d16d645 gnu/dist/toolchain/gcc/config/vax/vax.h
--- a/gnu/dist/toolchain/gcc/config/vax/vax.h   Wed Dec 11 17:41:07 2002 +0000
+++ b/gnu/dist/toolchain/gcc/config/vax/vax.h   Wed Dec 11 17:41:26 2002 +0000
@@ -82,6 +82,7 @@
     {"d-float", -MASK_G_FLOAT, "Generate DFLOAT double precision code"}, \
     {"indirect",  MASK_INDIRECT, "Allow indirect memory references in PIC code"}, \
     {"no-indirect",  -MASK_INDIRECT, "Disallow indirect memory references in PIC code"}, \
+    {"no-asm-pic", 0, "Don't assemble as PIC code"}, \
     { "", TARGET_DEFAULT, 0}}
 
 /* Default target_flags if no switches specified.  */



Home | Main Index | Thread Index | Old Index