From 3994c3704fbb7320436a453418d40f7fd5e0d9a7 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 2 May 2002 13:01:50 +0000 Subject: [PATCH] * app.c (mri_pseudo): Only declare for TC_M68K. --- gas/ChangeLog | 2 ++ gas/app.c | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 319e11da1..b4e434017 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ 2002-05-02 Alan Modra + * app.c (mri_pseudo): Only declare for TC_M68K. + * config/tc-ppc.c (mapping): Map sectoff to BFD_RELOC_16_BASEREL. (ppc_elf_validate_fix): Replace BFD_RELOC_32_BASEREL with BFD_RELOC_16_BASEREL. diff --git a/gas/app.c b/gas/app.c index ba587d465..a3589da4a 100644 --- a/gas/app.c +++ b/gas/app.c @@ -40,13 +40,13 @@ flag_m68k_mri, because the two flags will be affected by the .mri pseudo-op at different times. */ static int scrub_m68k_mri; -#else -#define scrub_m68k_mri 0 -#endif /* The pseudo-op which switches in and out of MRI mode. See the comment in do_scrub_chars. */ static const char mri_pseudo[] = ".mri 0"; +#else +#define scrub_m68k_mri 0 +#endif #if defined TC_ARM && defined OBJ_ELF /* The pseudo-op for which we need to special-case `@' characters. -- 2.11.4.GIT