diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-03-24 21:07:17 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-03-24 21:07:17 +0000 |
commit | a91f7ea9baf74ec6527944b0b69c23c9c9b238bd (patch) | |
tree | f418f6dff7d98135ffe76da65bc5d1889a21d5de /gdb/ChangeLog | |
parent | cd6f9321da2eabff87a5aec26dd4fb8cb4803043 (diff) | |
download | gdb-a91f7ea9baf74ec6527944b0b69c23c9c9b238bd.zip gdb-a91f7ea9baf74ec6527944b0b69c23c9c9b238bd.tar.gz gdb-a91f7ea9baf74ec6527944b0b69c23c9c9b238bd.tar.bz2 |
Don't do compile time comparison of TARGET_PTR_BIT and TARGET_INT_BIT.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5312fd9..41b7a76 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2000-03-24 Kevin Buettner <kevinb@redhat.com> + + * linux-thread.c, lin-thread.c (save_inferior_pid, + restore_inferior_pid): Don't do compile time comparison + of TARGET_PTR_BIT and TARGET_INT_BIT. + Thu Mar 23 13:18:26 2000 Philippe De Muyter <phdm@macqel.be> * m68k-tdep.c (P_LINKL_FP, P_LINKW_FP): Macros renamed from P_LINK_L |