* Synchronize with fixes.

git-svn-id: trunk@4307 -
This commit is contained in:
daniel 2006-07-30 10:53:42 +00:00
parent dccf3795c8
commit 258ec47742

View File

@ -73,11 +73,11 @@ interface
{$LINKLIB libopcodes.a} {$LINKLIB libopcodes.a}
{$LINKLIB libhistory.a} {$LINKLIB libhistory.a}
{$LINKLIB libiberty.a} {$LINKLIB libiberty.a}
{$LINKLIB ncurses} { $LINKLIB ncurses}
{$LINKLIB m} {$LINKLIB m}
{$LINKLIB dl} {$LINKLIB dl}
{$LINKLIB c} {$LINKLIB c}
{ don't link explicitly against (FK) $LINKLIB gcc} {$LINKLIB gcc}
{$endif linux} {$endif linux}
{$ifdef freebsd} {$ifdef freebsd}
@ -2460,7 +2460,7 @@ begin
end; end;
{$ifdef GDB_HAS_SYSROOT} {$ifdef GDB_HAS_SYSROOT}
var gdb_sysroot : pchar; export name 'gdb_sysroot'; var gdb_sysroot : pchar; external name 'gdb_sysroot';
gdb_sysrootc : char; gdb_sysrootc : char;
{$endif} {$endif}