|
@@ -303,16 +303,18 @@ interface
|
|
{$linklib kvm}
|
|
{$linklib kvm}
|
|
{$endif}
|
|
{$endif}
|
|
{$undef NotImplemented}
|
|
{$undef NotImplemented}
|
|
- {$LINKLIB gdb}
|
|
|
|
|
|
+ {$LINKLIB libgdb.a}
|
|
{$ifdef GDB_HAS_SIM}
|
|
{$ifdef GDB_HAS_SIM}
|
|
- {$LINKLIB sim}
|
|
|
|
|
|
+ {$LINKLIB libsim.a}
|
|
{$endif GDB_HAS_SIM}
|
|
{$endif GDB_HAS_SIM}
|
|
- {$LINKLIB bfd}
|
|
|
|
- {$LINKLIB readline}
|
|
|
|
- {$LINKLIB opcodes}
|
|
|
|
- {$LINKLIB history}
|
|
|
|
- {$LINKLIB iberty}
|
|
|
|
|
|
+ {$LINKLIB libbfd.a}
|
|
|
|
+ {$LINKLIB libreadline.a}
|
|
|
|
+ {$LINKLIB libopcodes.a}
|
|
|
|
+ {$LINKLIB libhistory.a}
|
|
|
|
+ {$LINKLIB libiberty.a}
|
|
|
|
+ {$LINKLIB libgnu.a} // at least 7.4 generates this.
|
|
{$LINKLIB ncurses}
|
|
{$LINKLIB ncurses}
|
|
|
|
+ {$LINKLIB z} // linked implictely by something on Linux
|
|
{$LINKLIB m}
|
|
{$LINKLIB m}
|
|
{$LINKLIB iberty}
|
|
{$LINKLIB iberty}
|
|
{$ifndef GDB_DISABLE_INTL}
|
|
{$ifndef GDB_DISABLE_INTL}
|