Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/toolchain/gas/config Don't declare pic_code twice i...



details:   https://anonhg.NetBSD.org/src/rev/c20504d6dcb5
branches:  trunk
changeset: 508979:c20504d6dcb5
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Apr 23 18:08:52 2001 +0000

description:
Don't declare pic_code twice in the OBJ_ELF case.

diffstat:

 gnu/dist/toolchain/gas/config/tc-arm.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 04cc73b931b8 -r c20504d6dcb5 gnu/dist/toolchain/gas/config/tc-arm.c
--- a/gnu/dist/toolchain/gas/config/tc-arm.c    Mon Apr 23 18:07:57 2001 +0000
+++ b/gnu/dist/toolchain/gas/config/tc-arm.c    Mon Apr 23 18:08:52 2001 +0000
@@ -116,7 +116,6 @@
 static boolean atpcs             = false;
 static boolean support_interwork = false;
 static boolean uses_apcs_float   = false;
-static boolean pic_code          = false;
 #endif
 
 /* This array holds the chars that always start a comment.  If the



Home | Main Index | Thread Index | Old Index