public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/57828] New: linker error: undefined reference to '.LLSTxxx'
@ 2013-07-05  9:16 pluto at agmk dot net
  2021-08-25 20:24 ` [Bug debug/57828] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: pluto at agmk dot net @ 2013-07-05  9:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57828

            Bug ID: 57828
           Summary: linker error: undefined reference to '.LLSTxxx'
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pluto at agmk dot net

Created attachment 30462
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30462&action=edit
testcase.

$ ~/dvm/sandbox/toolchain/gcc/sysroot/x86_64-gnu-linux/bin/x86_64-gnu-linux-g++
-v
Using built-in specs.
COLLECT_GCC=/ahome/pawels/dvm/sandbox/toolchain/gcc/sysroot/x86_64-gnu-linux/bin/x86_64-gnu-linux-g++
COLLECT_LTO_WRAPPER=/home/users/pawels/dvm/sandbox/toolchain/gcc/sysroot/x86_64-gnu-linux/bin/../lib64/gcc/x86_64-gnu-linux/4.7.3/lto-wrapper
Target: x86_64-gnu-linux
Configured with: ../configure --target=x86_64-gnu-linux --with-arch=x86-64
--prefix=/home/pawels/buildenv.git/gcc/sysroot/x86_64-gnu-linux
--with-sysroot=/home/pawels/buildenv.git/gcc/sysroot/x86_64-gnu-linux
--libdir=/home/pawels/buildenv.git/gcc/sysroot/x86_64-gnu-linux/lib64
--libexecdir=/home/pawels/buildenv.git/gcc/sysroot/x86_64-gnu-linux/lib64
--with-slibdir=/home/pawels/buildenv.git/gcc/sysroot/x86_64-gnu-linux/lib64
--with-gmp-include=/home/pawels/buildenv.git/gcc/x86_64-gnu-linux/gcc-math-runtime/include
--with-gmp-lib=/home/pawels/buildenv.git/gcc/x86_64-gnu-linux/gcc-math-runtime/lib
--with-mpfr-include=/home/pawels/buildenv.git/gcc/x86_64-gnu-linux/gcc-math-runtime/include
--with-mpfr-lib=/home/pawels/buildenv.git/gcc/x86_64-gnu-linux/gcc-math-runtime/lib
--with-mpc-include=/home/pawels/buildenv.git/gcc/x86_64-gnu-linux/gcc-math-runtime/include
--with-mpc-lib=/home/pawels/buildenv.git/gcc/x86_64-gnu-linux/gcc-math-runtime/lib
--disable-multilib --enable-nls --disable-libmudflap --disable-libssp
--disable-libquadmath --disable-libitm --enable-tls
--enable-libstdcxx-allocator=new --enable-extern-template
--enable-libstdcxx-time=rt --enable-libstdcxx-threads --disable-libstdcxx-pch
--disable-lto --disable-plugin --enable-c99 --enable-long-long
--enable-linux-futex --enable-threads=posix --enable-shared --with-pic
--enable-gold --enable-libgomp --enable-__cxa_atexit --disable-initfini-array
--enable-languages=c,c++ --enable-checking=release --with-long-double-128
--disable-cld --disable-bootstrap
Thread model: posix
gcc version 4.7.3 (GCC) 

$ ~/dvm/sandbox/toolchain/gcc/sysroot/x86_64-gnu-linux/bin/x86_64-gnu-linux-g++
dogGenTop.ii -c -fPIC -std=gnu++11 --save-temps -fdwarf2-cfi-asm
-fno-strict-aliasing -O1 -g2 -gdwarf-4

$ ~/dvm/sandbox/toolchain/gcc/sysroot/x86_64-gnu-linux/bin/x86_64-gnu-linux-g++
*.o -fPIC -shared -o dog.so -zdefs 2>&1 | grep '.LL'
dogGenTop.o(.debug_types+0x87e): error: undefined reference to '.LLST376'
dogGenTop.o(.debug_types+0x95e): error: undefined reference to '.LLST381'
dogGenTop.o(.debug_types+0xa3a): error: undefined reference to '.LLST385'
dogGenTop.o(.debug_types+0xdb9): error: undefined reference to '.LLST204'
dogGenTop.o(.debug_types+0x854): error: undefined reference to '.LLST376'
dogGenTop.o(.debug_types+0x934): error: undefined reference to '.LLST381'
dogGenTop.o(.debug_types+0xa10): error: undefined reference to '.LLST385'
dogGenTop.o(.debug_types+0xd8f): error: undefined reference to '.LLST204'
dogGenTop.o(.debug_types+0x5b6): error: undefined reference to '.LLST376'
dogGenTop.o(.debug_types+0x696): error: undefined reference to '.LLST381'
dogGenTop.o(.debug_types+0x772): error: undefined reference to '.LLST385'
dogGenTop.o(.debug_types+0xae2): error: undefined reference to '.LLST204'
dogGenTop.o(.debug_types+0x58f): error: undefined reference to '.LLST376'
dogGenTop.o(.debug_types+0x66f): error: undefined reference to '.LLST381'
dogGenTop.o(.debug_types+0x74b): error: undefined reference to '.LLST385'
dogGenTop.o(.debug_types+0xabb): error: undefined reference to '.LLST204'


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug debug/57828] linker error: undefined reference to '.LLSTxxx'
  2013-07-05  9:16 [Bug debug/57828] New: linker error: undefined reference to '.LLSTxxx' pluto at agmk dot net
@ 2021-08-25 20:24 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-25 20:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57828

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.8.0
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed a long time ago. 4.7.x has not been supported for more than 7 years now.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-25 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-05  9:16 [Bug debug/57828] New: linker error: undefined reference to '.LLSTxxx' pluto at agmk dot net
2021-08-25 20:24 ` [Bug debug/57828] " pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).