X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Frs6000-aix-tdep.h;h=d335023670636a06c5e656b9efdc77738ab2f74c;hb=60db1b8565060f4bd2287b060ea9724c93289982;hp=07c37f54d87de12771f0d3eb7c84fc658f396b78;hpb=356a523362d2d4afc329f318a0d144ba6ee20d7f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/rs6000-aix-tdep.h b/gdb/rs6000-aix-tdep.h index 07c37f54d8..d335023670 100644 --- a/gdb/rs6000-aix-tdep.h +++ b/gdb/rs6000-aix-tdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013 Free Software Foundation, Inc. +/* Copyright (C) 2013-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -18,11 +18,11 @@ #ifndef RS6000_AIX_TDEP_H #define RS6000_AIX_TDEP_H -extern LONGEST rs6000_aix_ld_info_to_xml (struct gdbarch *gdbarch, - const gdb_byte *ldi_buf, - gdb_byte *readbuf, - ULONGEST offset, - LONGEST len, - int close_ldinfo_fd); +extern ULONGEST rs6000_aix_ld_info_to_xml (struct gdbarch *gdbarch, + const gdb_byte *ldi_buf, + gdb_byte *readbuf, + ULONGEST offset, + ULONGEST len, + int close_ldinfo_fd); #endif /* RS6000_AIX_TDEP_H */