OSDN Git Service

2008-10-09 Pedro Alves <pedro@codesourcery.com>
authorpalves <palves>
Thu, 9 Oct 2008 13:49:12 +0000 (13:49 +0000)
committerpalves <palves>
Thu, 9 Oct 2008 13:49:12 +0000 (13:49 +0000)
commitac3de3fb426a16c7ebdde8ea469d1eb7b9160a29
tree7655cb8093f3e602e4ac858468f16fc8350918c5
parent3e758312ea69092c8c635217644c21fd524fbe6c
2008-10-09  Pedro Alves  <pedro@codesourcery.com>

Make it compile without warnings.

* procfs.c (create_procinfo): Initialize `parent'.
(dead_procinfo): Pass a constant string as format to error.
(procfs_address_to_host_pointer): Add cast to gdb_type *.
(procfs_find_LDT_entry): Adjust format string to long int
ptid.tid.
(procfs_xfer_partial): Adjust prototype.  Add gdb_byte* cast.
(procfs_xfer_memory): Adjust prototype.
(info_mappings_callback, info_proc_mappings): Adjust to not pass a
variable as printf_filtered format.
(procfs_make_note_section): Change type of auxv local to gdb_byte.
* Makefile.in: Remove special rule.
gdb/ChangeLog
gdb/Makefile.in
gdb/procfs.c