* set default GDB version to 6

This commit is contained in:
florian 2005-01-02 12:40:42 +00:00
parent 4900f10f2e
commit cf20faa6a5
3 changed files with 13 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# #
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/20] # Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/31]
# #
default: all default: all
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
@ -1756,7 +1756,7 @@ gdbint$(PPUEXT): gdbint.pp
$(DEL) gdbver$(EXEEXT) gdbver$(OEXT) $(DEL) gdbver$(EXEEXT) gdbver$(OEXT)
endif endif
else else
GDBVER=GDB_V5 GDBVER=GDB_V6
gdbint$(PPUEXT): gdbint.pp gdbint$(PPUEXT): gdbint.pp
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER) @$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
$(COMPILER) -d$(GDBVER) gdbint.pp $(COMPILER) -d$(GDBVER) gdbint.pp

View File

@ -80,7 +80,7 @@ endif
else else
# libgdb.a not found, default to libgdb v5 # libgdb.a not found, default to libgdb v5
GDBVER=GDB_V5 GDBVER=GDB_V6
gdbint$(PPUEXT): gdbint.pp gdbint$(PPUEXT): gdbint.pp
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER) @$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
$(COMPILER) -d$(GDBVER) gdbint.pp $(COMPILER) -d$(GDBVER) gdbint.pp

View File

@ -24,22 +24,23 @@ interface
{ 6.2.x } { 6.2.x }
{$ifdef GDB_V602} {$ifdef GDB_V602}
{$define GDB_V6} {$define GDB_V6}
{$define GDB_HAS_SYSROOT}
{$define GDB_SYMTAB_HAS_MACROS}
{$endif def GDB_V602} {$endif def GDB_V602}
{ 6.3.x } { 6.3.x }
{$ifdef GDB_V603} {$ifdef GDB_V603}
{$define GDB_V6} {$define GDB_V6}
{$endif def GDB_V603}
{$ifdef GDB_V6}
{$define GDB_HAS_SYSROOT} {$define GDB_HAS_SYSROOT}
{$define GDB_SYMTAB_HAS_MACROS} {$define GDB_SYMTAB_HAS_MACROS}
{$endif def GDB_V603} {$endif GDB_V6}
{ GDB has a simulator for powerpc CPU { GDB has a simulator for powerpc CPU
it is integrated into GDB by default } it is integrated into GDB by default }
{$ifdef powerpc} {$ifdef cpupowerpc}
{$define GDB_HAS_SIM} {$define GDB_HAS_SIM}
{$endif powerpc} {$endif cpupowerpc}
{$ifdef go32v2} {$ifdef go32v2}
{$undef NotImplemented} {$undef NotImplemented}
@ -2463,7 +2464,10 @@ begin
end. end.
{ {
$Log$ $Log$
Revision 1.26 2004-12-19 21:00:00 florian Revision 1.27 2005-01-02 12:40:42 florian
* set default GDB version to 6
Revision 1.26 2004/12/19 21:00:00 florian
* 64 bit adaptions * 64 bit adaptions
Revision 1.25 2004/12/19 18:35:56 florian Revision 1.25 2004/12/19 18:35:56 florian