Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/toolchain/bfd avoid name clash on full-feature bfd ...



details:   https://anonhg.NetBSD.org/src/rev/b7891ad9c337
branches:  trunk
changeset: 532963:b7891ad9c337
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Jun 18 09:20:51 2002 +0000

description:
avoid name clash on full-feature bfd build

diffstat:

 gnu/dist/toolchain/bfd/aout-arm.c   |  2 +-
 gnu/dist/toolchain/bfd/aout-arm32.c |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 3886de8109c7 -r b7891ad9c337 gnu/dist/toolchain/bfd/aout-arm.c
--- a/gnu/dist/toolchain/bfd/aout-arm.c Tue Jun 18 08:48:29 2002 +0000
+++ b/gnu/dist/toolchain/bfd/aout-arm.c Tue Jun 18 09:20:51 2002 +0000
@@ -46,7 +46,7 @@
 
 /* Avoid multiple defininitions from aoutx if supporting standarad a.out
    as well as our own.  */
-#define NAME(x,y) CAT3(aoutarm,_32_,y)
+#define NAME(x,y) CAT3(aoutarm,_xx_,y)
 
 #define MY_bfd_reloc_type_lookup aoutarm_bfd_reloc_type_lookup
 
diff -r 3886de8109c7 -r b7891ad9c337 gnu/dist/toolchain/bfd/aout-arm32.c
--- a/gnu/dist/toolchain/bfd/aout-arm32.c       Tue Jun 18 08:48:29 2002 +0000
+++ b/gnu/dist/toolchain/bfd/aout-arm32.c       Tue Jun 18 09:20:51 2002 +0000
@@ -35,7 +35,7 @@
 #include "bfd.h"
 #include "aout/aout64.h"
 
-#define MY(op) CAT(aoutarm_,op)
+#define MY(op) CAT(aoutarm32_,op)
 #define NAME(x, y)     CAT3(aoutarm,_32_,y)
 
 #include "libaout.h"



Home | Main Index | Thread Index | Old Index