diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8519fea..777dfa5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,31 @@ +2015-04-09 Gary Benson <gbenson@redhat.com> + + * common/common-remote-fileio.h: Rename to... + * common/fileio.h: ...this. Update all references. + (remote_fileio_to_fio_error): Rename to... + (host_to_fileio_error): ...this. + (remote_fileio_to_be): Rename to... + (host_to_bigendian): ...this. Update all callers. + (remote_fileio_to_fio_uint): Rename to... + (host_to_fileio_uint): ...this. Update all callers. + (remote_fileio_to_fio_time): Rename to... + (host_to_fileio_time): ...this. Update all callers. + (remote_fileio_to_fio_stat): Rename to... + (host_to_fileio_stat): ...this. + Update all references. + * common/common-remote-fileio.c: Rename to... + * common/fileio.c: ...this. Update all references. + (remote_fileio_to_fio_error): Rename to... + (host_to_fileio_error): ...this. Update all callers. + (remote_fileio_mode_to_target): Rename to... + (fileio_mode_pack): ...this. Update all callers. + (remote_fileio_to_fio_mode): Rename to... + (host_to_fileio_mode): ...this. Update all callers. + (remote_fileio_to_fio_ulong): Rename to... + (host_to_fileio_ulong): ...this. Update all callers. + (remote_fileio_to_fio_stat): Rename to... + (host_to_fileio_stat): ...this. Update all callers. + 2015-04-09 Andy Wingo <wingo@igalia.com> * guile/scm-frame.c (gdbscm_frame_read_register): New function. |