X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Frs6000-aix-tdep.h;h=3ac64ec585f41dc27c89c16669ebfe133c30fd1c;hb=9aa5520697ee3b65bfbb705c21c2dfb2c0dee12e;hp=07c37f54d87de12771f0d3eb7c84fc658f396b78;hpb=356a523362d2d4afc329f318a0d144ba6ee20d7f;p=external%2Fbinutils.git diff --git a/gdb/rs6000-aix-tdep.h b/gdb/rs6000-aix-tdep.h index 07c37f5..3ac64ec 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-2019 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 */