Bug 45627 - Invalid .4byte value generated compiling libgcc2.c
Summary: Invalid .4byte value generated compiling libgcc2.c
Status: RESOLVED DUPLICATE of bug 45630
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.6.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-10 04:09 UTC by Ryan Mansfield
Modified: 2010-09-11 04:13 UTC (History)
3 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: mips-unknown-linux-uclibc
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
preprocessed source (27.42 KB, text/plain)
2010-09-10 04:11 UTC, Ryan Mansfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Mansfield 2010-09-10 04:09:18 UTC
$ ./xgcc -v
Using built-in specs.
COLLECT_GCC=./xgcc
Target: mips-unknown-linux-uclibc
Configured with: ../configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=mips-unknown-linux-uclibc --prefix=/home/ryan/x-tools/mips-unknown-linux-uclibc --with-sysroot=/home/ryan/x-tools/mips-unknown-linux-uclibc/mips-unknown-linux-uclibc//sys-root --enable-languages=c --disable-multilib --with-arch=mips1 --with-float=soft --enable-__cxa_atexit --with-local-prefix=/home/ryan/x-tools/mips-unknown-linux-uclibc/mips-unknown-linux-uclibc//sys-root --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-c99 --enable-long-long --enable-target-optspace
Thread model: posix
gcc version 4.6.0 20100909 (experimental) [trunk revision 164131] (GCC) 

/home/ryan/gnu/gcc/trunk/mips-build/./gcc/xgcc -B/home/ryan/gnu/gcc/trunk/mips-build/./gcc/ -B/home/ryan/x-tools/mips-unknown-linux-uclibc/mips-unknown-linux-uclibc/bin/ -B/home/ryan/x-tools/mips-unknown-linux-uclibc/mips-unknown-linux-uclibc/lib/ -isystem /home/ryan/x-tools/mips-unknown-linux-uclibc/mips-unknown-linux-uclibc/include -isystem /home/ryan/x-tools/mips-unknown-linux-uclibc/mips-unknown-linux-uclibc/sys-include    -g -Os -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include  -DHAVE_CC_TLS  -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c ../../../libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
/tmp/ccGbTxDa.s: Assembler messages:
/tmp/ccGbTxDa.s:1352: Error: value of 401ebddd0000046a too large for field of 4 bytes at 000000000000048f
make: *** [_moddi3.o] Error 1


   1351         .byte   0xf2
   1352         .4byte  $Ldebug_info0+30819160602707050
   1353         .sleb128 0
   1354         .uleb128 0x18
Comment 1 Ryan Mansfield 2010-09-10 04:11:00 UTC
Created attachment 21761 [details]
preprocessed source
Comment 2 Ryan Mansfield 2010-09-11 04:13:29 UTC
Introduced in rev164050 and fixed in rev164163. Fixed under PR45630.

*** This bug has been marked as a duplicate of 45630 ***