aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-09-02 00:07:32 +0000
committerKevin Buettner <kevinb@redhat.com>2000-09-02 00:07:32 +0000
commit8fef05cc0416032a9b95ee4757b239198b80565f (patch)
tree3c35eff99c5e52506af2a4364adc29db51f3b4a5 /gdb/hppa-tdep.c
parent6953f3ba6953f252aa37f3df34a9c28d41bf13db (diff)
downloadfsf-binutils-gdb-8fef05cc0416032a9b95ee4757b239198b80565f.zip
fsf-binutils-gdb-8fef05cc0416032a9b95ee4757b239198b80565f.tar.gz
fsf-binutils-gdb-8fef05cc0416032a9b95ee4757b239198b80565f.tar.bz2
Protoization.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r--gdb/hppa-tdep.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c
index d657938..551fd8e 100644
--- a/gdb/hppa-tdep.c
+++ b/gdb/hppa-tdep.c
@@ -294,10 +294,7 @@ compare_unwind_entries (const void *arg1, const void *arg2)
static CORE_ADDR low_text_segment_address;
static void
-record_text_segment_lowaddr (abfd, section, ignored)
- bfd *abfd ATTRIBUTE_UNUSED;
- asection *section;
- PTR ignored ATTRIBUTE_UNUSED;
+record_text_segment_lowaddr (bfd *abfd, asection *section, void *ignored)
{
if ((section->flags & (SEC_ALLOC | SEC_LOAD | SEC_READONLY)
== (SEC_ALLOC | SEC_LOAD | SEC_READONLY))