Jeff Law
b774fb9b45
* mn10300.h: Add R_MN10300_24 relocation.
28 years ago
Doug Evans
f3ccb5a785
* sim-model.c (model_option_handler): Remove unused variable `n'.
28 years ago
Ian Lance Taylor
e2e8e76bd1
start-sanitize-r5900
The value of R_MIPS15_S3 has changed:
* elf32-mips.c (elf_mips15_s3_howto): New static variable.
(mips_reloc_map): Remove BFD_RELOC_MIPS15_S3.
(bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS15_S3
specially.
(mips_info_to_howto_rel): Handle R_MIPS15_S3 specially.
(mips_elf_relocate_section): Check for R_MIPS15_S3.
end-sanitize-r5900
* elf32-mips.c (elf_mips_howto_table): Add reloc types used on
Irix 6.
(bfd_elf32_bfd_reloc_type_lookup): Add default case.
* elf64-mips.c: Replace all uses of mips_elf64_reloc_type with
elf_mips_reloc_type defined in elf/mips.h.
28 years ago
Doug Evans
fa653bc01e
* Makefile.in (clean,mostlyclean): Change leading spaces to a tab.
28 years ago
Nick Clifton
b460b2684e
Remoe spurious header file inclusion.
28 years ago
Ulrich Drepper
30471c22e3
Remove reloc_type definition completely. It's now in elf/mips.h.
28 years ago
Ulrich Drepper
ef8349a149
Remove reloc_type definition completely. It's now in elf/mips.h.
28 years ago
Ulrich Drepper
eef02e7ece
Add MIPS64 relocation names and values.
28 years ago
Doug Evans
8041db84cb
* config/tc-dvp.c (assemble_vif): Make label at start of overlay
a local label.
(create_vuoverlay_section): Put __start_ label at start of overlay
for gdb.
28 years ago
Ian Lance Taylor
f89e59e174
* configure.tgt: Recognize h8[35]00*-coff* as well as -hms*.
28 years ago
Doug Evans
66f3fbe13c
* mt-sky: New file.
28 years ago
Doug Evans
456876c8c4
* configure.in (mips64r5900-sky-elf*): Use config/mt-sky.
Set extraconfigdirs to build dvp-elf-as.
* configure (extraconfigdirs): New variable.
(SUBDIRS): Add extraconfigdirs and recurse on them too.
* Makefile.in (all): Move higher in file.
(EXTRA_TARGET_HOST_ALL_MODULES): New variable.
(EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
(ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
(CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
(INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
28 years ago
Mark Alexander
52e4073c5f
* mn10300-tdep.c (set_movm_offsets): New helper function
for mn10300_analyze_prologue.
(mn10300_analyze_prologue): Simplify by factoring out common code.
Fix bugs in setting frame address for optimized code.
Use read_memory_nobpt instead of target_read_memory.
28 years ago
Martin Hunt
6e77819495
Fri Jul 24 01:08:37 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk-cmds.c (gdb_loadfile): When there are no
linenumbers, use only one tab.
28 years ago
Jeff Law
ddbe80f79c
* mips.h (R_MIPS16_S3): Change to a higher value.
28 years ago
Ian Lance Taylor
2caa49ec21
remove d30v sanitization
28 years ago
Ian Lance Taylor
2c9fd4b158
remove d30v sanitization
28 years ago
Ian Lance Taylor
965f532708
remove d30v sanitization
28 years ago
Ian Lance Taylor
9af55dcfdf
remove d30v sanitization
28 years ago
Ian Lance Taylor
b69153b601
remove d30v sanitization
28 years ago
Ian Lance Taylor
faec70d605
remove d30v sanitization
28 years ago
Ian Lance Taylor
cc88a10633
remove d30v sanitization
28 years ago
Ian Lance Taylor
d2245e2b49
rebuild
28 years ago
Michael Snyder
f32fa05325
Thu Jul 23 17:01:17 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* tracepoint.c (collect_symbol): handle LOC_ARG case.
28 years ago
Ian Lance Taylor
6767a3abb7
remove d30v sanitization
28 years ago
Ian Lance Taylor
82f21cea28
rebuild
28 years ago
Ian Lance Taylor
8c4774d972
remove d30v sanitization
28 years ago
Dawn Perchik
79dc930562
* sparc-tdep.c (sparc_init_extra_frame_info): Recognize when we're
28 years ago
Dawn Perchik
dd473edc9f
* i386-tdep.c (i386_get_frame_setup): Recognize function
28 years ago
Ian Lance Taylor
d470a746c4
* configure.bat: Remove obsolete file.
* examples/configure.bat: Remove obsolete file.
28 years ago
Dawn Perchik
2474bfd794
* remote-mips.c (remote_mips_insert_hw_breakpoint,
28 years ago
Doug Evans
650a22721e
* elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations
as they are defined in elf/mips.h now.
28 years ago
Brendan Kehoe
0ab3f08623
* Makefile.in (all-target-libjava): Depend on all-gcc and
all-target-newlib.
(configure-target-libjava): Depend on $(ALL_GCC).
fix nightly build permanently to do the compiler before we do the libs.
28 years ago
Jeff Law
41e9f56c74
* config/tc-mn10300.c (md_assemble): Make sure "errmsg" has a non-NULL
value.
28 years ago
Jeff Law
91b9fccdf0
* elf-m10300.c (compute_function_info): Keep track of stack space
needed by am33 movm instruction variant.
28 years ago
Jeff Law
d5394da7ec
* Re-add lost change:
* elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
"movm_stack_size".
(mn10300_elf_relax_section): Include stack space for register saves
in the imm8 field of a "call" instruction.
(compute_function_info): Determine how much stack is allocated by
the movm instruction. Fix typo.
(elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
28 years ago
Ian Carmichael
f07122bc9e
* VU memory now accessed via kseg1.
28 years ago
Jeff Law
4b6651c925
* am33.igen: Add some missing instructions.
Missed a few last week... Grrr.
28 years ago
Ian Lance Taylor
bf00990ea9
* scripttempl/aout.sc: If ALIGNMENT is defined, use it to set
alignment of end symbol.
* scripttempl/elf.sc: Likewise.
* emulparams/sun4.sh (ALIGNMENT): Define.
* emulparams/elf32_sparc.sh (ALIGNMENT): Define.
* ldint.texinfo (emulation parameters): Document ALIGNMENT.
28 years ago
Ian Lance Taylor
899ea5062e
rebuild
28 years ago
Ian Lance Taylor
e42578b65e
* ld-elfvers/vers.exp: Just check for i?86 rather than checking
for i386, i486, and i586.
(objdump_versionstuff): If we can't find the line, dump the file.
28 years ago
Jeff Law
6ae1456eb5
* am33.igen: Autoincrement loads/store fixes.
28 years ago
Jeff Law
b706e6b44d
* gas/mn10300/am33_8.s: Test DSP autoincrement memory loads/stores.
* gas/mn10300/basic.exp: Corresponding changes.
28 years ago
Jeff Law
47254a1631
* m10300-opc.c: Add DSP autoincrement memory loads/stores.
28 years ago
Ian Lance Taylor
511068f6c3
* elf32-sparc.c (elf_backend_got_header_size): Define as 4.
* elf64-sparc.c (elf_backend_got_header_size): Define as 8.
28 years ago
Jeff Law
be7e9f7200
* gas/mn10300/am_*.s: Test autoincrement memory loads/stores.
* gas/mn10300/basic.exp: Corresponding changes.
28 years ago
Jeff Law
b0b57954c5
* m10300-opc.c: Add autoincrement memory loads/stores.
28 years ago
Catherine Moore
3d1d5c8bb2
Wed Jul 22 19:29:00 Catherine Moore <clm@cygnus.com>
* arm.h: Rename relocations.
28 years ago
Ulrich Drepper
cd38a064c7
Update.
28 years ago
Ulrich Drepper
3b9f0cb69b
Consistantly use elf_ prefix for *_reloc_type functions.
28 years ago