This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


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

Re: binutils 2.9 branch created


On Wed, 1 April 1998, 21:00:54, manfred@s-direktnet.de wrote:

 > On Wed, 1 April 1998, 15:11:40, manfred@s-direktnet.de wrote:
 > 
 >  > I just checked the gas-980331 snapshot on these configurations:
 >  > 
 >  >   - hppa1.1-hp-hpux10.20
 >  >   - m68k-motorola-sysv (aka `delta')
 >  >   - m88k-motorola-sysv3 (aka `delta88')
 >  >   - sparc-sun-solaris2.5.1
 >  >   - sparc-sun-sunos4.1.4
 >  > 
 >  > I didn't observe any problem!
 > 
 > But, on i586-linux-gnulibc1 building current  egcs snapshot (from CVS)
 > fails (stage1/cc1 is calling abort  while compiling getopt.c)!   Using
 > H.J. Lu's binutils-2.8.1.0.15 instead doesn't show such problems!

Nope, I was too fast. Two minutes after having sent this message:

stage1/xgcc -Bstage1/ -c  -DIN_GCC   -DUSE_GNULIBC_1 -O9 -funroll-all-loops -g -DUSE_GAS -DUSE_GLD -march=pentium -mcpu=pentium -malign-loops=0 -malign-jumps=0 -malign-functions=0 -fomit-frame-pointer -W -Wall  -DHAVE_CONFIG_H     -I. -I../../egcs-980401/gcc -I../../egcs-980401/gcc/config ../../egcs-980401/gcc/getopt.c
../../egcs-980401/gcc/getopt.c: In function `_getopt_initialize':
../../egcs-980401/gcc/getopt.c:386: warning: unused parameter `argc'
../../egcs-980401/gcc/getopt.c:387: warning: unused parameter `argv'
xgcc: Internal compiler error: program cc1 got fatal signal 6

So, it's most likely a problem with egcs.

Please accept my apology for any confusion.

manfred