Subject: re: cross-GDB issue
To: Allen Briggs <briggs@wasabisystems.com>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 11/13/2003 16:52:45
   I'm trying to build a cross-gdb for evbarm on ix86.  It's not linking
   because:
   
   libgdb.a(solib.o): In function `clear_solib':
   solib.o(.text+0xa04): undefined reference to `disable_breakpoints_in_shlibs'
   libgdb.a(solib-svr4.o): In function `enable_break':
   solib-svr4.o(.text+0x7d2): undefined reference to `remove_solib_event_breakpoints'
   solib-svr4.o(.text+0x9fb): undefined reference to `create_solib_event_breakpoint'


FWIW, i had this same problem with gdb-current when i sent in the
armeb patch.  the workaround for me was to move the #ifdef of
SOADD_LIB down 3 functions....



.mrg.