Michael Snyder
88da98f3d4
2003-12-03 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh.c: Add support for sh4a and no-fpu variants,
with appropriate additions to md_show_usage.
* testsuite/gas/sh/basic.exp: Call tests for sh4a.
* testsuite/gas/sh/{err-sh4a-fp.s, err-sh4a.s,
err-sh4al-dsp.s, sh4a-dsp.d, sh4a-dsp.s, sh4a-fp.d,
sh4a-fp.s, sh4a.d, sh4a.s, sh4al-dsp.d, sh4al-dsp.s:
New files, tests for sh4a and related variants.
* doc/c-sh.texi: Document new -isa options.
* doc/c-sh64.texi: Ditto.
* NEWS: Mention new support for sh4a.
23 years ago
Michael Chastain
b74b6d0b9f
2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
Partial fix for PR testsuite/1456.
* gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
to test_compiler_info.
23 years ago
Joel Brobecker
149d821b1e
* stabsread.c (read_type): Save a reference to types that are defined
as cross references to other types.
23 years ago
gdbadmin
d97d0546d3
*** empty log message ***
23 years ago
Alan Modra
ff60b193ca
daily update
23 years ago
H.J. Lu
a070c2b16c
2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
* elf32-ppc.c (ppc_elf_relax_section): Don't check relax_finalizing.
23 years ago
H.J. Lu
d9c458fcc1
bfd/
2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_relax_section): Use the
need_relax_finalize field in link_info instead of
relax_finalizing to check if the relax finalize pass is being
done.
include/
2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
* bfdlink.h (bfd_link_info): Change relax_finalizing to
need_relax_finalize.
ld/
2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
* emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Set
link_info.need_relax_finalize to TRUE.
* ldlang.c (lang_process): Use link_info.need_relax_finalize
instead of link_info.relax_finalizing.
* ldmain.c (main): Likewise.
23 years ago
DJ Delorie
858b45cfbf
merge from gcc
23 years ago
Nick Clifton
f57a841aea
Do not copy the object if the output file's format cannot be set to that of
the input file. If the input file's format is unknown, fail.
23 years ago
Nick Clifton
2051433802
Define RELOCATEABLE_OUTPUT_FORMAT
23 years ago
Nick Clifton
d21356d8ba
Change ARM26* to ARM_26* in comments to match definitions.
Replace hard-coded constants with appropriate definitions (ARM_26*).
23 years ago
Alan Modra
f2241121e3
* ldlang.c (lang_do_assignments): Function return is void.
* ldlang.h (lang_do_assignments): Ditto.
* emultempl/netbsd.em (gld${EMULATION_NAME}_before_parse): Declare.
* Makefile.am (ens32knbsd.c): Depend on netbsd.em.
* Makefile.in: Regenerate.
23 years ago
Alan Modra
1a101a4220
* coff-i860.c (coff_i860_reloc_nyi): Return bfd_reloc_not_supported.
* elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Warning fixes.
(mn10300_elf_relax_section): Likewise.
* nlm32-alpha.c (ONES): Define.
(nlm32_alpha_howto_table): Use it to avoid warnings.
23 years ago
Alan Modra
8f8077465d
* openrisc-asm.c: Regenerate.
* pj-opc.c: Update copyright date.
23 years ago
Michael Chastain
ccfa340233
2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/so-impl-ld.exp: Update copyright notice.
23 years ago
Alan Modra
66becf3266
* elf32-i386.c (elf_i386_object_p): Delete.
(elf_backend_object_p): Don't define.
* elf32-s390.c (elf_s390_object_p): No need to alloc tdata here.
* elf32-sh.c (sh_elf_object_p): Likewise.
* elf32-sparc.c (elf32_sparc_object_p): Likewise.
* elf64-alpha.c (elf64_alpha_object_p): Likewise.
* elf64-s390.c (elf_s390_object_p): Likewise.
* elf64-x86-64.c (elf64_x86_64_elf_object_p): Likewise.
23 years ago
H.J. Lu
b80901c73f
2003-11-24 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-alpha.c (s_alpha_end): Don't crash if there is no
matching .ent.
23 years ago
Roland McGrath
77f091ddb5
.
23 years ago
Roland McGrath
cdbc0b18d6
2003-12-02 Roland McGrath <roland@redhat.com>
* thread-db.c (enable_thread_event): Change return type to
td_err_e. Return TD_OK or error code.
(enable_thread_event_reporting): Update callers.
23 years ago
gdbadmin
4a9ecc4bcb
*** empty log message ***
23 years ago
Alan Modra
147f6d69f4
* tc.h (md_pcrel_from): Don't declare if defined as a macro.
23 years ago
Alan Modra
e9485be588
daily update
23 years ago
Ian Lance Taylor
59659be2f6
* NEWS: Mention new C++ demangler code.
23 years ago
Andrew Cagney
56d0d96a62
2003-12-03 Andrew Cagney <cagney@redhat.com>
* ppc-linux-nat.c (store_register, fetch_register): Convert
between ptrace and regcache's wordsize.
(ppc_register_u_addr): Use the ptrace wordsize.
23 years ago
DJ Delorie
b52927b711
merge from gcc
23 years ago
Nick Clifton
eb764db865
oops - forogot to mention the new support here.
23 years ago
Nick Clifton
8884595866
Add support for the M32R2 processor.
23 years ago
Nick Clifton
f8fc344381
Add vax-linux-gnu target
23 years ago
Nick Clifton
a46a5b5851
Add "msp" to list of expected architectures.
23 years ago
Nick Clifton
f2f489ac6f
(HEAP_SECTION_MSP430): New section for forthcoming devices.
(_etext): provide this defenition for all scripts.
23 years ago
Kevin Buettner
251a3ae3a6
* frv-tdep.c (frv_gdbarch_init): Add case for fr550.
23 years ago
Kazu Hirata
2436151891
* messages.c: Convert to ISO-C.
* obj.h: Likewise.
* output-file.c: Likewise.
* output-file.h: Likewise.
* sb.c: Likewise.
* sb.h: Likewise.
* stabs.c: Likewise.
* subsegs.c: Likewise.
* subsegs.h: Likewise.
* tc.h: Likewise.
23 years ago
Kazu Hirata
021d913e2e
* emultempl/beos.em: Remove ARGSUSED.
23 years ago
Kazu Hirata
7efd976aa8
* config/obj-elf.c: Remove ARGSUSED.
23 years ago
Kazu Hirata
e0ab682bec
* alpha-opc.c: Remove ARGSUSED.
* i370-opc.c: Likewise.
* ppc-opc.c: Likewise.
23 years ago
gdbadmin
2460582e7b
*** empty log message ***
23 years ago
Alan Modra
2c0e1b8dad
daily update
23 years ago
Alan Modra
6ad841a183
Rename bfd_link_hash_entry field "next" -> "und_next".
23 years ago
Michael Chastain
f6246aba72
2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
Partial fix for PR testsuite/1456.
* gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
to test_compiler_info.
23 years ago
Michael Chastain
13ae734acd
2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
* gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
from current versions of gdb. Clean up regular expressions.
Delete redundant timeout case.
23 years ago
Michael Chastain
d8e1cdeed9
2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
* gdb.objc/nondebug.exp: Match and KFAIL the output that comes
from current versions of gdb. Clean up regular expressions.
Delete redundant timeout case.
23 years ago
Daniel Jacobowitz
188dd5d64f
* dwarf2read.c (dwarf_info_offset, dwarf_abbrev_offset)
(dwarf_line_offset, dwarf_pubnames_offset, dwarf_aranges_offset)
(dwarf_loc_offset, dwarf_macinfo_offset, dwarf_str_offset)
(dwarf_ranges_offset, dwarf_frame_offset, dwarf_eh_frame_offset):
Delete.
(dwarf2_read_section): Remove offset and size arguments. Use
bfd_get_section_size_before_reloc and sectp->filepos.
(dwarf2_has_info): Clear section variables instead of offsets.
(dwarf2_locate_sections): Don't initialize the deleted variables.
(dwarf2_build_psymtabs): Update calls to dwarf2_read_section.
(dwarf2_build_psymtabs_easy): Likewise.
* dwarf2-frame.c (dwarf_frame_offset, dwarf_frame_size)
(dwarf_eh_frame_offset, dwarf_eh_frame_size): Remove extern
declarations.
(dwarf2_read_section): Update prototype.
(dwarf2_build_frame_info): Update calls to dwarf2_read_section.
Use bfd_get_section_size_before_reloc instead of global size
variables.
23 years ago
Nick Clifton
da8bce141c
Update docs to reflect fact the --undefined-symbols==ignore-all is no longer
the default for shared libraries and dynamic executables.
23 years ago
Nick Clifton
5f1900811c
Add alternative defintion of C_WEAKEXT for AIX 5.2
23 years ago
Nick Clifton
f9d1e83fed
Add Romanian translation for bfd.
23 years ago
Alan Modra
9fa06c65f0
make "dep-am"
23 years ago
Alan Modra
d91e5b0a5d
* bfdlink.h (struct bfd_link_info): Remove mpc860c0 field.
23 years ago
Alan Modra
ffc18d8a82
* ldmain.c (main): Remove mpc860c0 code.
* lexsup.c (enum option_values): Delete OPTION_MPC860C0.
(ld_options): Delete mpc860c0 entry.
(parse_args): Likewise.
23 years ago
gdbadmin
37c8b24511
*** empty log message ***
23 years ago
DJ Delorie
24afc00d03
merge from gcc
23 years ago