mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
* bucomm.h: created to hold prototypes of bucomm.c
* objdump.h: created to hold prototyes of objdump.c * am29k-pinsn.c: include objdump.h * ar.c: include bucomm.h, get ar.h from the right place and include libbfd.h * bucomm.c: defunize bfd_fatal * copy.c: include bucomm.h, lint. * i960-pinsn.h: include bucomm.h * m68k-pinsn.h: lint * nm.c: include bucomm.h, lint * objdump.c: lint * sparc-pinsn.c: include objdump.h
This commit is contained in:
@ -24,8 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "sysdep.h"
|
||||
#include <stdio.h>
|
||||
#include "opcode/sparc.h"
|
||||
|
||||
extern int fputs();
|
||||
#include "objdump.h"
|
||||
extern int print_address();
|
||||
|
||||
static char *reg_names[] =
|
||||
@ -392,7 +391,7 @@ memcpy(&insn,buffer, sizeof (insn));
|
||||
if (imm_added_to_rs1)
|
||||
{
|
||||
union sparc_insn prev_insn;
|
||||
int errcode;
|
||||
int errcode = 0;
|
||||
|
||||
memcpy(&prev_insn, buffer -4, sizeof (prev_insn));
|
||||
|
||||
|
Reference in New Issue
Block a user