aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-242005-02-24 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-2/+7
* configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.95. * configure: Regenerate.
2005-02-24 * elflink.c (elf_link_add_object_symbols): Force symbols inJulian Brown2-1/+9
discarded COMDAT group sections to have default visibility.
2005-02-242005-02-24 Andrew Cagney <cagney@gnu.org>Andrew Cagney35-88/+812
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 * cris-dis.c (format_hex): Remove ineffective warning fix.Alan Modra4-7/+12
* crx-dis.c (make_instruction): Warning fix. * frv-asm.c: Regenerate.
2005-02-24 * frv.opc (parse_A): Warning fix.Alan Modra2-2/+6
2005-02-24 * coffcode.h (coff_print_aux): Warning fix.Alan Modra10-33/+46
* elf-m10300.c (mn10300_elf_relax_section): Use section->id instead of section pointer to identify. * coff-h8300.c (h8300_reloc16_extra_cases): Likewise. Allocate the correct size buffer for local sym mangling too. (h8300_bfd_link_add_symbols): Likewise. * elf32-sh-symbian.c (sh_symbian_process_embedded_commands): Fix warning. * elf32-sh64.c (shmedia_prepare_reloc): Use %B and %p in error message * elf32-xtensa.c (literal_value_hash): Warning fix. * versados.c (process_otr): Warning fix. (versados_canonicalize_reloc): Likewise. * vms-gsd.c (_bfd_vms_slurp_gsd): Warning fix. * vms.c (fill_section_ptr): Warning fix.
2005-02-24(lnk960_before_parse): Remove redundant empty string from calls to concat.Nick Clifton2-5/+17
2005-02-24*** empty log message ***gdbadmin1-1/+1
2005-02-23daily updateAlan Modra1-1/+1
2005-02-232005-02-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-0/+23
* coff-tic54x.c (SWAP_OUT_RELOC_EXTRA): Defined. * coff-tic80.c (SWAP_OUT_RELOC_EXTRA): Likewise.
2005-02-23* disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.Jim Blandy2-0/+5
2005-02-23Fix compile time warnings generated by gcc 4.0Nick Clifton20-329/+331
2005-02-232005-02-23 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+8
* cli/cli-dump.c (dump_bfd_file): Replace magic constant with SEC_XXX flags.
2005-02-23 * pe-dll.c: Warning fixes.Alan Modra3-12/+18
* emultempl/sunos.em: Likewise.
2005-02-23 * cgen.c: Warning fixes.Alan Modra33-138/+186
* config/tc-arc.c: Likewise. * config/tc-arm.c: Likewise. * config/tc-avr.c: Likewise. * config/tc-d10v.c: Likewise. * config/tc-d30v.c: Likewise. * config/tc-frv.c: Likewise. * config/tc-frv.h: Likewise. * config/tc-h8300.c: Likewise. * config/tc-h8500.c: Likewise. * config/tc-i370.c: Likewise. * config/tc-i960.c: Likewise. * config/tc-ia64.c: Likewise. * config/tc-ip2k.c: Likewise. * config/tc-m68hc11.c: Likewise. * config/tc-maxq.c: Likewise. * config/tc-mcore.c: Likewise. * config/tc-mips.c: Likewise. * config/tc-msp430.c: Likewise. * config/tc-pj.c: Likewise. * config/tc-ppc.c: Likewise. * config/tc-ppc.h: Likewise. * config/tc-s390.c: Likewise. * config/tc-sh.c: Likewise. * config/tc-sh64.c: Likewise. * config/tc-tic4x.c: Likewise. * config/tc-tic80.c: Likewise. * config/tc-v850.c: Likewise. * config/tc-vax.c: Likewise. * config/tc-w65.c: Likewise. * config/tc-xstormy16.c: Likewise. * config/tc-z8k.c: Likewise.
2005-02-23 * dlltool.c: Warning fixes.Alan Modra3-5/+11
* objdump.c: Likewise.
2005-02-23(make_instruction): Move argument structure into inner scope and ensure thatNick Clifton2-1/+8
all of its fields are initialised before they are used.
2005-02-23Initialise bitfield.Nick Clifton2-0/+4
2005-02-23(elf32_m68hc11_relocate_section): Initialise variables that are passed byNick Clifton2-3/+8
reference to m68hc11_get_relocation_value in case that function does not initialise them.
2005-02-23configure: Regenerate.Nick Clifton2-72/+92
2005-02-23(cr16c_elf_final_link_relocate): Remove duplicated return statements andNick Clifton2-19/+25
replace with a single return at the end of the function. This helps pacify the flow analysis code in gcc 4.0.
2005-02-23(_bfd_elf_compute_section_file_positions): Initialise strtab to avoid compileNick Clifton2-1/+12
time warning.
2005-02-23 * opncls.c (bfd_zalloc): Document this function.Ben Elliston2-1/+16
2005-02-23 * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.Catherine Moore3-3/+20
* doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
2005-02-23*** empty log message ***gdbadmin1-1/+1
2005-02-222005-02-22 Eric Christopher <echristo@redhat.com>Eric Christopher4-4/+32
* ld-mips-elf/reloc-merge-lo16.d: Correct symbol table size for __start. 2005-02-22 Eric Christopher <echristo@redhat.com> * config/tc-mips.c (struct proc): Change isym to func_sym. New member func_end_sym. (s_mips_ent): Update. (s_mips_end): Ditto. Add code to compute function size.
2005-02-222005-02-22 Eric Christopher <echristo@redhat.com>Eric Christopher2-2/+6
* gas/mips/elf-rel10.d: Update for label change.
2005-02-222005-02-22 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-2/+7
* configure.ac: Only enaable insight when itcl is present. * configure: Re-generate.
2005-02-22daily updateAlan Modra1-1/+1
2005-02-22* gas/mips/mips16-dwarf2.d: Pass -mabi=32. Include relocationMaciej W. Rozycki4-2/+82
information. * gas/mips/mips16-dwarf2-n32.d: New test to check DWARF2 line information for MIPS16 for the n32 ABI. * gas/mips/mips.exp. Run the new test.
2005-02-222005-02-22 Eric Christopher <echristo@redhat.com>Eric Christopher2-0/+5
* gas/mips/elf-rel10.s: Add label for frob.
2005-02-22 * ldlang.c (section_already_linked): Don't callDaniel Jacobowitz2-1/+7
bfd_section_already_linked for dynamic objects.
2005-02-22 * ld-elfvsb/hidden2.d: Expect OBJECT.Daniel Jacobowitz7-4/+24
* ld-elfvsb/hidden2.s: Force type OBJECT. * ld-elfvsb/hidden2.ld: Place .dynamic explicitly. * ld-elf/start.s: Provide __start for MIPS. * ld-elfcomm/elfcomm.exp: Accept MIPS common section. XFAIL size change test. * ld-elf/warn1.d: Use group.ld instead of -Ttext.
2005-02-22 * arc-ext.c: Warning fixes.Alan Modra9-288/+302
* arc-ext.h: Likewise. * cgen-opc.c: Likewise. * ia64-gen.c: Likewise. * maxq-dis.c: Likewise. * ns32k-dis.c: Likewise. * w65-dis.c: Likewise. * ia64-asmtab.c: Regenerate.
2005-02-22 * ldexp.c: Warning fixes.Alan Modra4-5/+11
* ldwrite.c: Likewise. * emultempl/elf32.em: Likewise.
2005-02-22 * basic_blocks.c: Warning fixes.Alan Modra5-22/+30
* gmon_io.c: Likewise. * hist.c: Likewise. * hist.h: Likewise.
2005-02-22 * read.c: Warning fixes.Alan Modra3-3/+8
* config/obj-elf.c: Likewise.
2005-02-22 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.Alan Modra9-65/+95
(syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate dependencies. Run "make dep-am". * nlmconv.c: Warning fixes. * readelf.c: Likewise. * srconv.c: Likewise. * sysdump.c: Likewise. * sysinfo.y: Likewise. * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead of strcpy. * Makefile.in: Regenerate.
2005-02-22gas/:Maciej W. Rozycki6-17/+139
* config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before emitting insn. gas/testsuite/: * gas/mips/mips16-dwarf2.d: New test to check DWARF2 line information for MIPS16. * gas/mips/mips16-dwarf2.s: Source for the new test. * gas/mips/mips.exp: Run the new test.
2005-02-22Allow darwin targeted ports to build tk, itcl and libgui.Nick Clifton2-3/+5
2005-02-22bfd/H.J. Lu13-135/+186
2005-02-21 H.J. Lu <hongjiu.lu@intel.com> * coffcode.h (sec_to_styp_flags): Replaced SEC_CLINK with SEC_TIC54X_CLINK. Replace SEC_BLOCK with SEC_TIC54X_BLOCK. Replace SEC_SHARED with SEC_COFF_SHARED. (styp_to_sec_flags): Likewise. * elfxx-target.h (TARGET_BIG_SYM): Remove SEC_ARCH_BIT_0. (TARGET_LITTLE_SYM): Likewise. * section.c (SEC_ARCH_BIT_0): Removed. (SEC_LINK_DUPLICATES_SAME_CONTENTS): Defined with SEC_LINK_DUPLICATES_ONE_ONLY and SEC_LINK_DUPLICATES_SAME_SIZE. (SEC_SHARED): Renamed to ... (SEC_COFF_SHARED): This. (SEC_BLOCK): Renamed to ... (SEC_TIC54X_BLOCK): This. (SEC_CLINK): Renamed to ... (SEC_TIC54X_CLINK): This. (SEC_XXX): Rearranged. Move SEC_COFF_SHARED_LIBRARY, SEC_COFF_SHARED, SEC_TIC54X_BLOCK and SEC_TIC54X_CLINK to the end. * bfd-in2.h: Regenerated. binutils/ 2005-02-21 H.J. Lu <hongjiu.lu@intel.com> * objcopy.c (parse_flags): Replace SEC_SHARED with SEC_COFF_SHARED. * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump SEC_COFF_SHARED for COFF only. gas/ 2005-02-21 H.J. Lu <hongjiu.lu@intel.com> * config/obj-coff.c (obj_coff_section): Replace SEC_SHARED with SEC_COFF_SHARED. * config/tc-tic54x.c (tic54x_bss): Replace SEC_BLOCK with SEC_TIC54X_BLOCK. (demand_empty_rest_of_line): Likewise. (tic54x_sblock): Likewise. (tic54x_clink): Replace with SEC_CLINK with SEC_TIC54X_CLINK. ld/ 2005-02-21 H.J. Lu <hongjiu.lu@intel.com> * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI tic54x input only. (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF and ECOFF output only.
2005-02-22Regenerate cgen filesAlan Modra30-51/+83
2005-02-22*** empty log message ***gdbadmin1-1/+1
2005-02-21daily updateAlan Modra1-1/+1
2005-02-21* callback.c (os_fstat): Don't declare 't' unless it's used.Jim Blandy2-0/+6
2005-02-21Approved by nickc@redhat.com:Fred Fish2-2/+16
2005-02-21 Fred Fish <fnf@specifixinc.com> * dwarf2.c (find_abstract_instance_name): Call recursively to handle a DW_AT_specification.
2005-02-212005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>Andrew Cagney2-2/+7
* infptrace.c (store_register): Fix typo.
2005-02-212005-02-21 Andrew Cagney <cagney@gnu.org>Andrew Cagney7-25/+35
* command.h (deprecated_add_set_cmd): Rename add_set_cmd. * cli/cli-decode.h (add_set_cmd): Delete declaration. * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd. * i386-nat.c (_initialize_i386_nat): Update call. * valprint.c (_initialize_valprint): Update comment. * gnu-nat.c (_initialize_gnu_nat): Update call.
2005-02-21 * elfxx-mips.c (ecoff_swap_rpdr_out, mips_elf_output_extsym,Thiemo Seufer2-87/+7
mips_elf_create_dynamic_relocation, _bfd_mips_elf_size_dynamic_sections, _bfd_mips_elf_final_link): Remove #if 0'd code.
2005-02-21 PR libgcj/10353Eric Botcazou3-82/+83
* configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj. * configure: Regenerate.