diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-01-22 17:53:34 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-01-22 17:53:34 +0000 |
commit | 6df07e7f7e7a5e01a9c17b439334f99f51723af6 (patch) | |
tree | e906b4fdebbb7f86115d0e9d34f859f766215326 /gas/acconfig.h | |
parent | c9c7c1d777ea480de86aabec6c6490fd51d95785 (diff) | |
download | gdb-6df07e7f7e7a5e01a9c17b439334f99f51723af6.zip gdb-6df07e7f7e7a5e01a9c17b439334f99f51723af6.tar.gz gdb-6df07e7f7e7a5e01a9c17b439334f99f51723af6.tar.bz2 |
* config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
#ifdef sparcv9 when choosing value.
(ENV64): Delete.
(md_end): Define.
(sparc_md_end): Declare.
* config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
(initial_architecture): New static local.
(can_bump_v9_p): Likewise.
(NO_V9): Delete all occurrences.
(sparc_md_end): New function.
(sparc_ip): New local v9_arg_p. Rework fp reg number test.
Don't bump architecture to v9 unless can_bump_v9_p set.
(md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
* configure.in (sparc64 target cpu): Don't set obj_format here.
(SPARC_V9): Renamed from sparcv9.
(sparc64-*-elf*): Define SPARC_ARCH64.
* configure: Regenerated.
* acconfig.h (SPARC_V9): Renamed from sparcv9.
(SPARC_ARCH64): Add.
* config/vmsconf.h: Update.
Diffstat (limited to 'gas/acconfig.h')
-rw-r--r-- | gas/acconfig.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/acconfig.h b/gas/acconfig.h index 57fdd83..1626d38 100644 --- a/gas/acconfig.h +++ b/gas/acconfig.h @@ -28,8 +28,9 @@ #undef MANY_SEGMENTS -/* Needed only for sparc configuration */ -#undef sparcv9 +/* Needed only for sparc configuration. */ +#undef SPARC_V9 +#undef SPARC_ARCH64 /* Needed only for some configurations that can produce multiple output formats. */ |