diff options
author | Jeff Law <law@redhat.com> | 1998-02-06 23:18:29 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-02-06 23:18:29 +0000 |
commit | 4cb366740e10663dc2480554831ecb51b10df423 (patch) | |
tree | b9b190de5ead2360109fd445ecdd159c14dfa053 /gdb/ChangeLog | |
parent | eb0a94a1738abf018a666634ffa55fda70b45c59 (diff) | |
download | gdb-4cb366740e10663dc2480554831ecb51b10df423.zip gdb-4cb366740e10663dc2480554831ecb51b10df423.tar.gz gdb-4cb366740e10663dc2480554831ecb51b10df423.tar.bz2 |
* config/mips/tm-mips64.h (TARGET_LONG_BIT): Allow final target to
override.
(TARGET_LONG_LONG_BIT): Likewise.
(TARGET_PTR_BIT): Likewise.
start-sanitize-r5900
* config/mips/tm-r5900.h (TARGET_PTR_BIT): Define to 32 bits.
end-sanitize-r5900
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 317bdd0..51e38db 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Fri Feb 6 16:17:30 1998 Jeffrey A Law (law@cygnus.com) + + * config/mips/tm-mips64.h (TARGET_LONG_BIT): Allow final target to + override. + (TARGET_LONG_LONG_BIT): Likewise. + (TARGET_PTR_BIT): Likewise. +start-sanitize-r5900 + * config/mips/tm-r5900.h (TARGET_PTR_BIT): Define to 32 bits. +end-sanitize-r5900 + start-sanitize-sky Fri Feb 6 14:33:34 1998 Doug Evans <devans@canuck.cygnus.com> |