* cpu-iq2000.c (arch_info_struct): Warning fix.
This commit is contained in:
parent
4fc8051d33
commit
d3ec2be8f5
@ -1,3 +1,7 @@
|
|||||||
|
2003-11-05 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* cpu-iq2000.c (arch_info_struct): Warning fix.
|
||||||
|
|
||||||
2003-11-05 Alan Modra <amodra@bigpond.net.au>
|
2003-11-05 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* elf32-hppa.c (ELIMINATE_COPY_RELOCS): Define.
|
* elf32-hppa.c (ELIMINATE_COPY_RELOCS): Define.
|
||||||
|
@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
#include "libbfd.h"
|
#include "libbfd.h"
|
||||||
|
|
||||||
static const bfd_arch_info_type arch_info_struct[] =
|
static const bfd_arch_info_type arch_info_struct[] =
|
||||||
|
{
|
||||||
{
|
{
|
||||||
32, /* bits per word */
|
32, /* bits per word */
|
||||||
32, /* bits per address */
|
32, /* bits per address */
|
||||||
@ -35,6 +36,7 @@ static const bfd_arch_info_type arch_info_struct[] =
|
|||||||
bfd_default_compatible, /* architecture comparison fn */
|
bfd_default_compatible, /* architecture comparison fn */
|
||||||
bfd_default_scan, /* string to architecture convert fn */
|
bfd_default_scan, /* string to architecture convert fn */
|
||||||
NULL /* next in list */
|
NULL /* next in list */
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const bfd_arch_info_type bfd_iq2000_arch =
|
const bfd_arch_info_type bfd_iq2000_arch =
|
||||||
@ -52,6 +54,3 @@ const bfd_arch_info_type bfd_iq2000_arch =
|
|||||||
bfd_default_scan, /* string to architecture convert fn */
|
bfd_default_scan, /* string to architecture convert fn */
|
||||||
&arch_info_struct[0], /* next in list */
|
&arch_info_struct[0], /* next in list */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user