diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-07 01:03:54 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-07 01:03:54 +0200 |
commit | e4ca7c575ff06479bb634cf64cd9abe36a25e3e8 (patch) | |
tree | db1f53daedfcd16c5fd17ce8bb703049b788ec2d /open_issues/gdb.mdwn | |
parent | be05092c3406d72165ceddf16d8221b99608c905 (diff) | |
download | web-e4ca7c575ff06479bb634cf64cd9abe36a25e3e8.tar.gz web-e4ca7c575ff06479bb634cf64cd9abe36a25e3e8.tar.bz2 web-e4ca7c575ff06479bb634cf64cd9abe36a25e3e8.zip |
open_issues/vdso: New.
Diffstat (limited to 'open_issues/gdb.mdwn')
-rw-r--r-- | open_issues/gdb.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index 4782368a..6b9cd135 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -107,7 +107,7 @@ formats and more emulation vectors. * Why do we specify `-D_GNU_SOURCE`, and GNU/Linux doesn't? - * GNU/Linux: `gdb/symfile-mem.c` for vDSO. + * GNU/Linux: `gdb/symfile-mem.c` for [[vDSO]]. * GNU/Linux: `gdb/i386-nat.c` for hardware breakpoints, etc. -- we should probably use that, too. Related to Samuel's Hurd GDB patch? |