This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Problem with `fatal' changes



The regression checker says:

  Undefined			first referenced
   symbol  			    in file
  fatal                               libbackend.a(rs6000.o)
  ld: fatal: Symbol referencing errors. No output written to cc1
  collect2: ld returned 1 exit status

I believe you probably didn't spot the use of `fatal' in
`RETURN_ADDRESS_OFFSET' in rs6000.h.  Would you mind taking a look at
this, and also doing a grep on the rest of the config directory to
make sure that there are no other stray uses of fatal around?

Note that we are still in slush, and that the constraints in:

  http://gcc.gnu.org/ml/gcc/2001-01/msg00871.html

still apply.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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