This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

The COFF patch causes testsuit failure on COFF


The patch

2001-03-27  Nick Papadonis  <nick@coelacanth.com>

        * read.c (equals): (for COFF) default symbols to being local.

caused testsuite/gas/macros/test1.exp to fail on COFF. test1.s has

        .macro  m arg1 arg2
        .globl  \arg1
        \arg1 = \arg2
        .endm

        m s1,1
        m s2,2

It used to be global. Now it is local. Nick, did you

# make check

work on your COFF target?


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]