2001-01-02 Kazu Hirata <kazu@hxi.com>
* pc532-mach.c: Fix formatting. * pe-arm.c: Likewise. * pe-i386.c: Likewise. * pe-mips.c: Likewise. * pe-ppc.c: Likewise. * pe-sh.c: Likewise. * pei-mips.c: Likewise. * pei-sh.c: Likewise. * ppcboot.c: Likewise. * ptrace-core.c: Likewise.
This commit is contained in:
parent
aed80daedf
commit
892339eeeb
11 changed files with 75 additions and 77 deletions
|
@ -1,3 +1,16 @@
|
|||
2001-01-02 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* pc532-mach.c: Fix formatting.
|
||||
* pe-arm.c: Likewise.
|
||||
* pe-i386.c: Likewise.
|
||||
* pe-mips.c: Likewise.
|
||||
* pe-ppc.c: Likewise.
|
||||
* pe-sh.c: Likewise.
|
||||
* pei-mips.c: Likewise.
|
||||
* pei-sh.c: Likewise.
|
||||
* ppcboot.c: Likewise.
|
||||
* ptrace-core.c: Likewise.
|
||||
|
||||
2001-01-01 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* reloc.c: Fix formatting.
|
||||
|
|
|
@ -33,7 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#define N_HEADER_IN_TEXT(x) 1
|
||||
#define N_TXTSIZE(x) ((x).a_text)
|
||||
|
||||
|
||||
#define TEXT_START_ADDR 0x10000 /* from old ld */
|
||||
#define TARGET_PAGE_SIZE 0x1000 /* from old ld, 032 & 532 are really 512/4k */
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include "bfd.h"
|
||||
#include "sysdep.h"
|
||||
|
||||
|
||||
#define TARGET_SYM i386pe_vec
|
||||
#define TARGET_NAME "pe-i386"
|
||||
#define COFF_WITH_PE
|
||||
|
|
|
@ -408,7 +408,6 @@ static reloc_howto_type howto_table[] =
|
|||
cache_ptr->addend += asect->vma; \
|
||||
}
|
||||
|
||||
|
||||
/* Convert an rtype to howto for the COFF backend linker. */
|
||||
|
||||
static reloc_howto_type *
|
||||
|
@ -488,11 +487,8 @@ coff_mips_rtype_to_howto (abfd, sec, rel, h, sym, addendp)
|
|||
|
||||
#define coff_rtype_to_howto coff_mips_rtype_to_howto
|
||||
|
||||
|
||||
#define coff_bfd_reloc_type_lookup coff_mips_reloc_type_lookup
|
||||
|
||||
|
||||
|
||||
/* Get the howto structure for a generic reloc type. */
|
||||
|
||||
static reloc_howto_type *
|
||||
|
@ -715,7 +711,6 @@ coff_pe_mips_relocate_section (output_bfd, info, input_bfd,
|
|||
else
|
||||
addend = 0;
|
||||
|
||||
|
||||
howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h,
|
||||
sym, &addend);
|
||||
if (howto == NULL)
|
||||
|
|
|
@ -21,7 +21,6 @@ Boston, MA 02111-1307, USA. */
|
|||
#include "bfd.h"
|
||||
#include "sysdep.h"
|
||||
|
||||
|
||||
#define E_FILENMLEN 18
|
||||
|
||||
#define PPC_PE
|
||||
|
|
|
@ -20,7 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include "bfd.h"
|
||||
#include "sysdep.h"
|
||||
|
||||
|
||||
#define TARGET_SHL_SYM shlpe_vec
|
||||
#define TARGET_SHL_NAME "pe-shl"
|
||||
#define COFF_WITH_PE
|
||||
|
|
|
@ -28,5 +28,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
|
||||
#include "pe-mips.c"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -31,5 +31,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
|
||||
#include "coff-sh.c"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include <signal.h>
|
||||
#include <sys/ptrace.h>
|
||||
|
||||
|
||||
struct trad_core_struct
|
||||
{
|
||||
asection *data_section;
|
||||
|
@ -109,7 +108,6 @@ ptrace_unix_core_file_p (abfd)
|
|||
text. I don't think that any of these things are supported on the
|
||||
system on which I am developing this for though. */
|
||||
|
||||
|
||||
core_stacksec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS;
|
||||
core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS;
|
||||
core_regsec (abfd)->flags = SEC_HAS_CONTENTS;
|
||||
|
|
Loading…
Add table
Reference in a new issue