Alan Modra
b79b65f6d8
daily update
2005-03-01 23:00:05 +00:00
Alan Modra
9d0e75cb1b
* expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
...
* config/tc-m68k.h (TARGET_WORD_SIZE): Delete.
2005-03-01 22:35:21 +00:00
Alexandre Oliva
33a3fb7b23
PR libgcj/20160
...
* ltmain.sh: Avoid creating archives with components that have
duplicate basenames.
2005-03-01 22:33:54 +00:00
Alan Modra
a76903bf5d
* symbols.c (fb_label_name): Allow an augend of 2 for mmix.
...
also fix last changelog entry.
2005-03-01 22:24:14 +00:00
Nick Clifton
ee5114ab2a
Revert previous delta
2005-03-01 17:11:57 +00:00
Nick Clifton
8aee822f5b
ld-d10v/default_layout.d: Adjust expected offsets to allow for section alignment.
...
ld-discard/extern.d: Adjust expected warning to take into account the fact that
the linker's name might be included and that the reloc might have been adjusted
to be against the section symbol.
2005-03-01 17:07:53 +00:00
Nick Clifton
dc652011c7
* ld-cris/warn3.d: Only run this version of the test for cris-aout targets.
...
* ld-cris/warn4.d: Only run this version of the test for cris-elf targets.
2005-03-01 16:14:29 +00:00
Nick Clifton
a3a4c9c4ac
Fix undefined local label test for COFF based ARM ports
2005-03-01 15:39:59 +00:00
Nick Clifton
ce04548af9
objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
...
(struct objdump_disasm_info): Add 'reloc' field.
(disassemble_bytes): Fix check for when an insn has a reloc associated with it.
Improve comment explaining why the use of octets is wrong. Set the 'reloc'
field in objdump_disasm_info structure.
(objdump_print_addr): Use new 'reloc' field to lookup the correct address for
the symbol associated with the current instruction's relocation.
(disassemble_info): Initialise 'reloc' field.
gas/arm/inst.d: Allow for ARM ports which decode the reloc associated with
branches and so show the exact symbolic destination address rather than an
offset from the start of the section.
gas/arm/pic.d: Likewise.
2005-03-01 15:18:44 +00:00
Ramana Radhakrishnan
b15c27d7c1
2005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
...
PR gas/708
* config/tc-arc.c(md_assemble):Initialize suffix for extension
suffixes also.
* testsuite/gas/arc/extensions.s:New file
* testsuite/gas/arc/extensions.d:New file
2005-03-01 15:05:27 +00:00
DJ Delorie
190eb1370b
merge from gcc
2005-03-01 14:33:00 +00:00
Alan Modra
c7f17d462a
* config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
2005-03-01 11:24:31 +00:00
Alan Modra
ddf0c81b06
* gas/m68k/mcf-emac.d: Allow for 64-bit addresses.
...
* gas/m68k/mcf-mac.d: Likewise.
* gas/m68k/mcf-mov3q.d: Likewise.
* gas/m68k/mode5.d: Likewise.
2005-03-01 03:52:56 +00:00
DJ Delorie
bac7199c79
merge from gcc
2005-03-01 02:22:06 +00:00
Alan Modra
c9dea48b1f
* as.h (assert): Warning fix.
...
* expr.c (expr): Correct assertion.
* read.c (s_comm_internal): Remove assertion.
* write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER.
(fixup_segment): Remove assertion.
* config/tc-dlx.c (machine_ip): Remove untrue assertions.
(md_apply_fix3): Likewise.
* config/tc-i370.c (md_begin): Correct assertion.
(i370_macro): Warning fix for assertion.
2005-03-01 02:00:15 +00:00
Alan Modra
055d1eb0f8
* config/tc-m68k.c (md_assemble): Don't use sizeof host short.
2005-03-01 01:57:39 +00:00
Alan Modra
a67a7b8bf5
* targets.h: Typo fix.
...
* bfd-in2.h: Regenerate.
2005-03-01 01:56:27 +00:00
Alan Modra
44f2f9d2a3
* configure.in (AC_C_BIGENDIAN): Invoke.
...
* configure: Regenerate.
* write.c (write_object_file <!BFD_ASSEMBLER>): Don't use sizeof
host variable to set string header size.
* config/obj-aout.c (obj_header_append): Don't use host structs.
(obj_symbol_to_chars): Likewise.
(obj_emit_strings): Likewise. Use the passed in output pointer.
* config/obj-aout.h (H_GET_FILE_SIZE): Include H_GET_LINENO_SIZE.
* config/obj-bout.c (obj_emit_relocations): Use md_reloc_size,
not sizeof host struct.
(obj_header_append, obj_symbol_to_chars): Don't use host structs.
(obj_emit_strings): Likewise.
* config/obj-bout.h (EXEC_BYTES_SIZE): Define.
(N_TXTOFF, H_GET_FILE_SIZE, H_GET_HEADER_SIZE): Use instead of
sizeof host struct.
(H_SET_SYMBOL_TABLE_SIZE): Hard code sym size rather than using
sizeof host struct.
(host_number_to_chars): Define.
* config/obj-hp300.c (hp300_header_append): Don't use sizeof
host internal struct to set header sizes.
* config/tc-i960.c (md_number_to_field): Warning fix.
(md_ri_to_chars): Use host byte order.
(get_cdisp, md_apply_fix3): Warning fix.
2005-03-01 00:43:58 +00:00
Alan Modra
70bfececf5
* bout.c (b_out_write_object_contents): Don't use sizeof on host
...
structs to size on-disk structures.
(b_out_set_section_contents): Size the external struct, not the
internal one for on-disk size.
(b_out_sizeof_headers): Likewise.
2005-03-01 00:38:52 +00:00
gdbadmin
2ac2974baf
*** empty log message ***
2005-03-01 00:00:34 +00:00
Alan Modra
ceb1f1eff4
* elf64-ppc.c (ppc64_elf_size_stubs): Override defined dot-sym
...
entry points with the func descriptor as well as undefweak.
2005-02-28 23:00:40 +00:00
Alan Modra
b00b912563
daily update
2005-02-28 23:00:05 +00:00
Paul Brook
9a301b437d
2005-02-28 Paul Brook <paul@codesourcery.com>
...
* doc/c-arc.texi: Add missing @code.
2005-02-28 22:03:03 +00:00
Nick Clifton
802a113dc9
Update documentation about ARC's extension instructions.
2005-02-28 18:05:06 +00:00
Daniel Jacobowitz
806048c68a
* dwarf2loc.c (loclist_read_variable): Set optimized_out
...
instead of reporting an error.
* valprint.c (value_check_printable): New function.
(common_val_print): New function. Use value_check_printable.
(value_print): Use value_check_printable.
* value.h (common_val_print): Add prototype.
* c-valprint.c (c_val_print): Use common_val_print.
* cp-valprint.c (cp_print_value_fields): Likewise.
(cp_print_hpacc_virtual_table_entries): Likewise.
* f-valprint.c (f_val_print): Likewise.
* jv-valprint.c (java_value_print, java_print_value_fields):
Likewise.
* scm-valprint.c (scm_value_print): Likewise.
* stack.c (print_frame_args): Likewise.
* varobj.c (c_value_of_variable): Likewise.
* p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
(pascal_object_print_value_fields): Likewise. Update call to
pascal_object_print_static_field.
(pascal_object_print_static_field): Remove TYPE argument. Use
common_val_print.
2005-02-28 17:00:49 +00:00
Nick Clifton
f67e617a26
(pe_ILF_build_a_bfd): Do not assume that an @ will be present when
...
IMPORT_NAME_UNDOECRATE is used.
2005-02-28 16:07:33 +00:00
H.J. Lu
af44c13841
2005-02-28 H.J. Lu <hongjiu.lu@intel.com>
...
PR 757
* elf-bfd.h (_bfd_elf_merge_symbol): Add a pointer to unsigned
int.
* elf32-sh-symbian.c (sh_symbian_relocate_section): Pass NULL
to _bfd_elf_merge_symbol.
* elflink.c (_bfd_elf_merge_symbol): Use the pointer to
unsigned int to return the alignment of the old common symbol
in the dynamic object.
(_bfd_elf_add_default_symbol): Pass NULL to
_bfd_elf_merge_symbol.
(elf_link_add_object_symbols): Pass &old_alignment to
_bfd_elf_merge_symbol. Get the alignment of the new common
symbol in the dynamic object.
2005-02-28 15:57:13 +00:00
Jakub Jelinek
e9e446227d
* readelf.c (get_file_type, get_machine_name, get_osabi_name,
...
get_segment_type, get_section_type_name, get_elf_class,
get_data_encoding, get_group_flags, dynamic_section_mips_val,
get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
get_AT_name, process_mips_specific, process_gnu_liblist,
get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
sprintf where needed.
(get_dynamic_type): Likewise. Increase buff to 64 bytes.
(get_elf_section_flags): Increase buff to 33 bytes. Avoid
using strcat.
(get_dynamic_flags): Renamed to...
(print_dynamic_flags): ... this. Print the flags to stdout instead
of returning them as string.
(process_dynamic_section): Adjust caller.
2005-02-28 15:27:16 +00:00
Paolo Bonzini
2da12f1243
2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
...
PR bootstrap/20250
* Makefile.tpl (HOST target installs): Fix copy and pasto, use install
instead of check.
* Makefile.in: Regenerate.
2005-02-28 15:13:42 +00:00
Paolo Bonzini
b00612cca6
2005-02-28 Paolo Bonzini <bonzini@gnu.org>
...
Sync from gcc.
2005-02-28 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383
* Makefile.def (target_modules): Remove "stage", now unnecessary.
* Makefile.tpl (HOST_SUBDIR): New substitution.
(STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
(Host modules, Bootstrapped modules): Use it.
(Build modules, Target modules): Do not create symlink trees,
always configure out-of-srcdir.
(distclean): Try removing $(host_subdir) with rm before using rm -rf.
* configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
$(HOST_SUBDIR). Create a symlink for host_subdir.
* Makefile.in: Regenerate.
* configure: Regenerate.
Merged from libada-gnattools-branch:
2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.def: Add gnattools as a module, depending on target-libada.
* Makefile.in: Regenerate.
* configure.in: Include gnattools in host_tools; disable it if ada
is disabled.
* configure: Regenerate.
config:
2005-02-28 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383
* acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src
gcc build is going.
2005-02-28 14:07:03 +00:00
gdbadmin
5f0aed8e42
*** empty log message ***
2005-02-28 00:00:03 +00:00
Alan Modra
0c10aee68f
daily update
2005-02-27 23:00:05 +00:00
Svein Seldal
e5f129ad9c
Changed my own mail address
2005-02-27 18:44:55 +00:00
gdbadmin
76e9f60548
*** empty log message ***
2005-02-27 00:00:07 +00:00
Alan Modra
b413488773
daily update
2005-02-26 23:00:07 +00:00
Elena Zannoni
dd373385f3
2005-02-25 Mark Kettenis <kettenis@gnu.org>
...
Committed by Elena Zannoni <ezannoni@redhat.com>
* dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
info_ptr before building psymtabs for included files.
(create_all_comp_units): Initailize initial length size of
compilation header to zero.
(read_initial_length): Complain if both 32-bit and 64-bit DWARF
sections are encountered within the same compilation header.
(dwarf_decode_line_header): Pass compilation header in call to
read_initial_length.
2005-02-26 04:32:56 +00:00
gdbadmin
014caf2bf8
*** empty log message ***
2005-02-26 00:00:10 +00:00
Alan Modra
6efe8f6c8a
daily update
2005-02-25 23:00:06 +00:00
H.J. Lu
35515c66de
2005-02-25 H.J. Lu <hongjiu.lu@intel.com>
...
* readelf.c (display_debug_ranges): Print out offset for end of
list.
2005-02-25 22:12:12 +00:00
gdbadmin
1978907b39
*** empty log message ***
2005-02-25 00:00:33 +00:00
Joel Brobecker
3f0f6ed2e8
* gdb.ada/fixed_points.exp: Create compilation object directory
...
before running the test.
* gdb.ada/null_record.exp: Likewise.
* gdb.ada/packed_array.exp: Likewise.
* gdb.ada/start.exp: Likewise.
2005-02-24 23:54:03 +00:00
Alan Modra
3d3cf61741
daily update
2005-02-24 23:00:05 +00:00
Daniel Jacobowitz
dcdb98d29d
* acinclude.m4: Include bfd/bfd.m4 directly.
...
* configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
<agriffis@toolchain.org>.
* aclocal.m4, configure: Regenerated.
2005-02-24 20:26:32 +00:00
Ben Elliston
10adf131a5
* coffcode.h (coff_sym_filepos): Remove GNU960 conditional code.
...
* format.c (bfd_check_format_matches): Likewise.
* archive.c (BFD_GNU960_ARMAG): Likewise.
(bfd_generic_archive_p): Likewise.
(_bfd_write_archive_contents): Likewise.
2005-02-24 20:16:56 +00:00
Ben Elliston
0ef622cbcf
* ldfile.c: Remove GNU960 conditional code.
...
* emultempl/gld960.em: Likewise.
* emultempl/gld960c.em: Likewise.
* emultempl/lnk960.em: Likewise.
2005-02-24 20:11:05 +00:00
H.J. Lu
60b779bff6
2005-02-24 H.J. Lu <hongjiu.lu@intel.com>
...
* configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.95.
* configure: Regenerate.
2005-02-24 15:49:46 +00:00
Julian Brown
1f02cbd9ee
* elflink.c (elf_link_add_object_symbols): Force symbols in
...
discarded COMDAT group sections to have default visibility.
2005-02-24 15:28:56 +00:00
Andrew Cagney
920d2a4419
2005-02-24 Andrew Cagney <cagney@gnu.org>
...
Add show_VARIABLE functions, update add_setshow call.
* varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
* valprint.c (_initialize_valprint, show_print_max)
(show_stop_print_at_null, show_repeat_count_threshold)
(show_prettyprint_structs, show_unionprint)
(show_prettyprint_arrays, show_addressprint, show_input_radix)
(show_output_radix): Ditto.
* valops.c (_initialize_valops, show_overload_resolution): Ditto.
* utils.c (initialize_utils, show_chars_per_line)
(show_lines_per_page, show_demangle, show_pagination_enabled)
(show_sevenbit_strings, show_asm_demangle): Ditto
* tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
(show_tui_border_mode, show_tui_active_border_mode): Ditto.
* top.c (init_main, show_new_async_prompt)
(show_async_command_editing_p, show_write_history_p)
(show_history_size, show_history_filename, show_caution)
(show_annotation_level, init_main): Ditto.
* target.c (initialize_targets, show_targetdebug)
(show_trust_readonly): Ditto.
* symfile.c (_initialize_symfile, show_symbol_reloading)
(show_ext_args, show_download_write_size)
(show_debug_file_directory): Ditto.
* source.c (_initialize_source, show_lines_to_list): Ditto.
* solib.c (_initialize_solib, show_auto_solib_add)
(show_solib_search_path): Ditto.
* p-valprint.c (_initialize_pascal_valprint)
(show_pascal_static_field_print): Ditto.
* printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
(show_print_symbol_filename): Add and update.
* parse.c (_initialize_parse, show_expressiondebug): Dito.
* observer.c (_initialize_observer, show_observer_debug): Dito.
* maint.c (_initialize_maint_cmds, show_watchdog)
(show_maintenance_profile_p): Dito.
* linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
* infrun.c (_initialize_infrun, show_debug_infrun)
(show_stop_on_solib_events, show_follow_fork_mode_string)
(show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
* infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
(show_unwind_on_signal_p): Ditto.
* gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
(_initialize_gdbtypes, show_overload_debug): Ditto.
* gdb-events.c, gdb-events.sh (_initialize_gdb_events)
(show_gdb_events_debug): Ditto.
* gdbarch.c, gdbarch.sh (show_gdbarch_debug)
(_initialize_gdbarch): Ditto.
* frame.c (_initialize_frame, show_backtrace_past_main)
(show_backtrace_past_entry, show_backtrace_limit)
(show_frame_debug): Ditto.
* exec.c (_initialize_exec, show_write_files): Ditto.
* dwarf2read.c (_initialize_dwarf2_read)
(show_dwarf2_max_cache_age): Ditto.
* demangle.c (_initialize_demangler)
(show_demangling_style_names): Ditto.
* dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
* cp-valprint.c (show_static_field_print)
(_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
* corefile.c (_initialize_core, show_gnutarget_string): Ditto.
* cli/cli-logging.c (_initialize_cli_logging)
(show_logging_overwrite, show_logging_redirect)
(show_logging_filename): Ditto.
* cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
(init_cli_cmds, show_baud_rate, show_remote_debug)
(show_remote_timeout, show_max_user_call_depth): Ditto.
* charset.c (show_host_charset_name, show_target_charset_name)
(initialize_charset): Ditto.
* breakpoint.c (show_can_use_hw_watchpoints)
(show_pending_break_support, _initialize_breakpoint): Ditto.
2005-02-24 13:51:36 +00:00
Alan Modra
47d8304e88
* cris-dis.c (format_hex): Remove ineffective warning fix.
...
* crx-dis.c (make_instruction): Warning fix.
* frv-asm.c: Regenerate.
2005-02-24 13:38:01 +00:00
Alan Modra
b2d52a4828
* frv.opc (parse_A): Warning fix.
2005-02-24 13:36:46 +00:00