mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
- Adds a symbolic link executable with the version suffix to support tools without debugger configuration (like devel/nemiver) - Bump PORTREVISION due to track changes to options and pkg-plist PR: ports/165357 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) Approved by: gabor (mentor, implicit)
12 lines
426 B
C
12 lines
426 B
C
--- gdb/amd64-nat.h.orig 2011-09-23 01:36:54.874780473 +0100
|
|
+++ gdb/amd64-nat.h 2011-09-23 01:28:46.964218514 +0100
|
|
@@ -50,9 +50,4 @@
|
|
extern void amd64_collect_native_gregset (const struct regcache *regcache,
|
|
void *gregs, int regnum);
|
|
|
|
-/* Create a prototype *BSD/amd64 target. The client can override it
|
|
- with local methods. */
|
|
-
|
|
-extern struct target_ops *amd64bsd_target (void);
|
|
-
|
|
#endif /* amd64-nat.h */
|