This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: glibc 2.1.93


>>>>> Geoff Keating writes:

>> From: Andreas Jaeger <aj@suse.de>
>> Date: 19 Sep 2000 20:12:20 +0200

>> Seems like gcc doesn't build csu/crti.o correctly :-(.  I'll send a
>> bug report.

 > If the source was using '#' as a comment, then the problem is known;
 > it's a cpplib problem.  I took the opportunity to remove such uses
Neil just send me a patch that I'll try.
 > from the rs6000 backend, since they're wrong anyway.

Here's my bugreport:
http://gcc.gnu.org/ml/gcc-bugs/2000-09/msg00491.html

The problem seems to be that gcc/config/linux.h has:
#define ASM_APP_ON "#APP\n"

How should this get changed?  Please note also that the documentation
in tm.texi mentions:
@findex ASM_APP_ON
@item ASM_APP_ON
A C string constant for text to be output before each @code{asm}
statement or group of consecutive ones.  Normally this is
@code{"#APP"}, which is a comment that has no effect on most
assemblers but tells the GNU assembler that it must check the lines
that follow for all valid assembler constructs.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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