diff options
author | Doug Evans <dje@google.com> | 2012-08-14 19:28:16 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-08-14 19:28:16 +0000 |
commit | 5212577a88fa9b80483301f11e07322d1f7c6996 (patch) | |
tree | a063971b2a59c52bc8746e4f2b7c5399d62b6f3b /gdb/ChangeLog | |
parent | 4cf93a03ff52bf56abb7f48aa916d61ff54ecc91 (diff) | |
download | gdb-5212577a88fa9b80483301f11e07322d1f7c6996.zip gdb-5212577a88fa9b80483301f11e07322d1f7c6996.tar.gz gdb-5212577a88fa9b80483301f11e07322d1f7c6996.tar.bz2 |
* gdbtypes.c: Whitespace cleanup.
(address_space_name_to_int): Remove "extern" from definition.
(_initialize_gdbtypes): Declare with initialize_file_ftype.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4a63796..58d97bb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2012-08-14 Doug Evans <dje@google.com> + * gdbtypes.c: Whitespace cleanup. + (address_space_name_to_int): Remove "extern" from definition. + (_initialize_gdbtypes): Declare with initialize_file_ftype. + * gdbtypes.c (make_pointer_type): Remove redundant setting of TYPE_POINTER_TYPE (type). |