]> git.pld-linux.org Git - packages/fpc.git/blobdiff - fpc-gdb.patch
- fix building with gdb 7.11.x
[packages/fpc.git] / fpc-gdb.patch
index 84ed8d91a6bce36c3d580a4097100ba82b10aa5d..e2ce752bd3e36065983a823f5ace64fbdb8b4eff 100644 (file)
@@ -1,9 +1,20 @@
 --- fpcbuild-2.6.4/fpcsrc/packages/gdbint/src/gdbint.pp~       2016-04-01 17:53:51.000000000 +0900
 +++ fpcbuild-2.6.4/fpcsrc/packages/gdbint/src/gdbint.pp        2016-04-01 23:08:14.978738263 +0900
-@@ -59,6 +59,17 @@
+@@ -59,6 +59,28 @@
  
  {$undef GDB_VERSION_RECOGNIZED}
  
++{ 7.11.x }
++{$ifdef GDB_V711}
++  {$info using gdb 7.11.x}
++  {$define GDB_VERSION_RECOGNIZED}
++  {$define GDB_VER_GE_711}
++{$endif}
++
++{$ifdef GDB_VER_GE_711}
++  {$define GDB_VER_GE_710}
++{$endif}
++
 +{ 7.10.x }
 +{$ifdef GDB_V710}
 +  {$info using gdb 7.10.x}
This page took 0.075934 seconds and 4 git commands to generate.