aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2013-05-16 10:31:49 +0000
committerLuis Machado <luisgpm@br.ibm.com>2013-05-16 10:31:49 +0000
commitdb0dfaa0e65e6c455ad870dc4fb42192b1386c0a (patch)
treec7cd66ffcda000b97f669f5c995718d1ffcd1cd6 /gdb/gdbserver/ChangeLog
parent177aadc492aadd43b3d540ad098cbacc22cf395e (diff)
downloadgdb-db0dfaa0e65e6c455ad870dc4fb42192b1386c0a.zip
gdb-db0dfaa0e65e6c455ad870dc4fb42192b1386c0a.tar.gz
gdb-db0dfaa0e65e6c455ad870dc4fb42192b1386c0a.tar.bz2
* linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments. (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR guards. Update comments. (linux_target_op) <read_offsets>: Conditionally define to linux_read_offsets if the target is UCLIBC and if it defines PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index ffedda0..7f284c9 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,13 @@
+2013-05-16 Luis Machado <lgustavo@codesourcery.com>
+
+ * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
+ PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
+ (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
+ PT_TEXT_END_ADDR guards. Update comments.
+ (linux_target_op) <read_offsets>: Conditionally define to
+ linux_read_offsets if the target is UCLIBC and if it defines
+ PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
+
2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
Andrew Jenner <andrew@codesourcery.com>