aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-05*** empty log message ***gdbadmin1-1/+1
2005-10-05daily updateAlan Modra1-1/+1
2005-10-042005-10-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-0/+54
PR ld/1396 * ld-scripts/cross3.t: New file. * ld-scripts/cross4.c: Likewise. * ld-scripts/crossref.exp: Add a new test for "ld -r".
2005-10-04* cxxfilt.c: Treat mangled names specified on the command line in the same wayNick Clifton4-140/+149
as mangled names read from stdin. Add -i switch to disable the display of implementation details. Add -t switch to disable the demangling of types. * NEWS: Mention the new switches. * doc/binutils.texi (cxxfilt): Document the -i and -t switches.
2005-10-04* elf32-arm.c (get_arm_elf_section_data): Cache the last pointer matched soNick Clifton2-1/+29
that the typical case of scanning for the previous section to last one can be handled quickly.
2005-10-04 * at-file.texi: New file.Mark Mitchell2-0/+20
2005-10-04 * MAINTAINERS: Add section for release management.Joel Brobecker2-0/+16
2005-10-04 * NEWS: Add entry for new "set print array-indexes" command.Joel Brobecker2-0/+10
2005-10-04daily updateAlan Modra1-1/+1
2005-10-04*** empty log message ***gdbadmin1-1/+1
2005-10-03 * gdb.texinfo (Print Settings): Add documentation for set/showJoel Brobecker2-0/+19
print array-indexes.
2005-10-03 * elf32-xtensa.c (relocations_reach): Skip range check forBob Wilson2-0/+10
absolute literals.
2005-10-03Add Sterling Augustine's name to my change on 2005-09-30.Bob Wilson1-1/+2
2005-10-03 * gdb.base/arrayidx.c: New file.Joel Brobecker3-0/+97
* gdb.base/arrayidx.exp: New testcase.
2005-10-032005-10-03 Joel Brobecker <brobecker@adacore.com>Joel Brobecker14-16/+201
* language.h (language_defn): New field la_print_array_index. (LA_PRINT_ARRAY_INDEX): New macro. (default_print_array_index): Add declaration. * language.c (default_print_array_index): new function. (unknown_language): Add value for new field. (auto_language): Likewise. (local_language): Likewise. * ada-lang.c (ada_print_array_index): New function. (ada_language_defn): Add value for new field. * c-lang.c (c_language_defn): Likewise. (cpluc_language_defn): Likewise. (asm_language_defn): Likewise. (minimal_language_defn): Likewise. * f-lang.c (f_language_defn): Likewise. * jv-lang.c (java_language_defn): Likewise. * m2-lang.c (m2_language_defn): Likewise. * objc-lang.c (objc_language_defn): Likewise. * p-lang.c (pascal_language_defn): Likewise. * scm-lang.c (scm_language_defn): Likewise. * valprint.h (print_array_indexes_p): Add declaration. (get_array_low_bound): Add declaration. (maybe_print_array_index): Add declaration. * valprint.c (print_array_indexes): New static variable. (show_print_array_indexes): New function. (print_array_indexes_p): New function. (get_array_low_bound): New function. (maybe_print_array_index): New function. (val_print_array_elements): Print the index of each element if requested by the user. (_initialize_valprint): Add new array-indexes "set/show print" command. * ada-valprint.c (print_optional_low_bound): Replace extracted code by call to ada_get_array_low_bound_and_type(). Stop printing the low bound if indexes will be printed for all elements of the array. (val_print_packed_array_elements): Print the index of each element of the array if necessary.
2005-10-03 * hppa-tdep.c (read_unwind_info): Fix typo in comment.Joel Brobecker2-1/+5
2005-10-03 * addr2line.c (usage): Document @file.Mark Mitchell17-2/+66
* ar.c (usage): Likewise. * coffdump (usage): Likewise. * cxxfilt.c (usage): Likewise. * dlltool.c (usage): Likewise. * dllwrap.c (usage): Likewise. * nlmconv.c (usage): Likewise. * nm.c (usage): Likewise. * objcopy.c (usage): Likewise. * objdump.c (usage): Likewise. * readelf.c (usage): Likewise. * size.c (usage): Likeise. * srconv.c (usage): Likewise. * strings.c (usage): Likewise. * windres.c (usage): Likewise. * doc/binutils.texi: Add section on common options.
2005-10-03Regenerated with 2.13 version of autoconf.Catherine Moore1-4410/+1934
2005-10-03 * configure.in (bfin-*-*): Support bfin.Catherine Moore3-1934/+4427
* configure: Regenerated.
2005-10-032005-10-03 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-0/+17
* NEWS: Mention -W/--dwarf. * doc/binutils.texi: Document -W/--dwarf for objdump.
2005-10-03oops - delayed commit of addition of Irish translationNick Clifton2-2/+2
2005-10-03oops - delayed commit for addtion of Irish translation for gprof and opcodesNick Clifton6-2/+1385
2005-10-03(Infix Ops): '<' and '>' are not shift operators.Nick Clifton2-7/+10
2005-10-03 * elf.c (_bfd_elf_get_synthetic_symtab): Set BSF_GLOBAL onAlan Modra2-0/+9
synthetic syms.
2005-10-03daily updateAlan Modra1-1/+1
2005-10-03*** empty log message ***gdbadmin1-1/+1
2005-10-02 * gdb_gcore.sh: Use a temporary file. Use gdb from $PATH.Daniel Jacobowitz2-14/+23
2005-10-02*** empty log message ***gdbadmin1-1/+1
2005-10-012005-10-01 Paul Brook <paul@codesourcery.com>Paul Brook2-0/+351
* readelf.c (arm_attr_tag_CPU_arch, arm_attr_tag_ARM_ISA_use, arm_attr_tag_THUMB_ISA_use, arm_attr_tag_VFP_arch, arm_attr_tag_WMMX_arch, arm_attr_tag_NEON_arch, arm_attr_tag_ABI_PCS_config, arm_attr_tag_ABI_PCS_R9_use, arm_attr_tag_ABI_PCS_RW_data, arm_attr_tag_ABI_PCS_RO_DATA, arm_attr_tag_ABI_PCS_GOT_use, arm_attr_tag_ABI_PCS_wchar_t, arm_attr_tag_ABI_FP_rounding, arm_attr_tag_ABI_FP_denormal, arm_attr_tag_ABI_FP_exceptions, arm_attr_tag_ABI_FP_user_exceptions, arm_attr_tag_ABI_FP_number_model, arm_attr_tag_ABI_align8_needed, arm_attr_tag_ABI_align8_preserved, arm_attr_tag_ABI_enum_size, arm_attr_tag_ABI_HardFP_use, arm_attr_tag_ABI_VFP_args, arm_attr_tag_ABI_WMMX_args, arm_attr_tag_ABI_optimization_goals, arm_attr_tag_ABI_FP_optimization_goals, arm_attr_public_tags): New. (display_arm_attribute, process_arm_specific): New functions. (process_arch_specific): Add EM_ARM.
2005-10-01daily updateAlan Modra1-1/+1
2005-10-01*** empty log message ***gdbadmin1-1/+1
2005-09-30Fix malformed error message.Jim Wilson2-1/+5
* ldlang.c (lang_startup): Add missing ": " to einfo call.
2005-09-30 * config/tc-xtensa.c (xtensa_frob_label): Disallow labels in bundles.Bob Wilson2-1/+13
2005-09-30 * dlltool.c (main): Fix typo.Mark Mitchell3-2/+7
* windres.c (main): Likewise.
2005-09-302005-09-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu8-2888/+3098
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerated. * aclocal.m4: Likewise.
2005-09-302005-09-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+7
* Makefile.in: Regenerated.
2005-09-302005-09-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-4/+6
* sysinfo.y (main): Undo last change.
2005-09-302005-09-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-1731/+1797
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerated. * aclocal.m4: Likewise.
2005-09-302005-09-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-890/+871
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise.
2005-09-30ld/H.J. Lu6-13/+104
2005-09-30 H.J. Lu <hongjiu.lu@intel.com> * ldlang.c (output_statement_hash_entry): New type. (output_statement_table): New variable for hash table. (output_statement_newfunc): New function. (output_statement_table_init): Likewise. (output_statement_table_free): Likewise. (lang_init): Call output_statement_table_init. (lang_finish): Renamed to ... (lang_end): This. (lang_process): Updated. (lang_finish): New function. (lang_output_section_find_1): Use hash table. (lang_output_section_statement_lookup_1): Likewise. * ldlang.h (lang_finish): New. * ldmain.c (main): Call lang_finish. ld/testsuite/ 2005-09-30 H.J. Lu <hongjiu.lu@intel.com> * ld-elf/sec64k.exp: Enabled for all ELF targets.
2005-09-30 * addr2line.c (main): Likewise.Mark Mitchell24-0/+73
* ar.c (main): Likewise. * coffdump.c (main): Likewise. * cxxfilt.c (main): Likewise. * dlltool.c (main): Likewise. * dllwrap.c (main): Likewise. * nlmconv.c (main): Likewise. * nm.c (main): Likewise. * objcopy.c (main): Likewise. * objdump.c (main): Likewise. * readelf.c (main): Likewise. * size.c (main): Likeiwse. * srcconv.c (main): Likewise. * strings.c (main): Likewise. * sysdump.c (main): Likewise. * sysinfo.c (main): Likewise. * windres.c (main): Likewise. * ldmain.c (main): Use expandargv. * gprof.c (main): Use expandargv. * as.c (main): Use expandargv.
2005-09-302005-09-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-610/+475
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerated. * aclocal.m4: Likewise.
2005-09-30gas/Jan Beulich2-0/+6
2005-09-30 Jan Beulich <jbeulich@novell.com> * config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past (removed) comma.
2005-09-30 * Makefile.am: Bfin support.Catherine Moore15-139/+3516
* Makefile.in: Regenerated. * aclocal.m4: Regenerated. * archures.c (bfd_mach_bfin): New. (bfd_arch_bfin): New. bfd-in.h (bfd_bfin_elf32_create_embedded_relocs): New. * bfd-in2.h: Regenerated. * config.bfd: Bfin support. * configure: Regenerated. * configure.in: Bfin support. * libbfd.h: Regenerated. * reloc.c: Add BFD relocations for Bfin. * targets.c (bfd_elf32_bfin_vec): New. * cpu-bfin.c: New file. * elf32-bfin.c: New file.
2005-09-30 * Makefile.am: Bfin support.Catherine Moore8-138/+6139
* Makefile.in: Regenerated. * aclocal.m4: Regenerated. * bfin-dis.c: New file. * configure.in: Bfin support. * configure: Regenerated. * disassemble.c (ARCH_bfin): Define. (disassembler): Add case for bfd_arch_bfin.
2005-09-30 * ld-elf/merge.d: Xfail bfin.Catherine Moore2-1/+5
2005-09-30 * Makefile.am: Bfin support.Catherine Moore7-147/+549
* Makefile.in: Regenerated. * aclocal.m4: Regenerated. * configure.tgt: Bfin support. * emulparams/bfin.sh: New file. * emultempl/bfin.em: New file.
2005-09-30 * Makefile.am: Bfin support.Catherine Moore5-158/+369
* Makefile.in: Regenerated. * aclocal.m4: Regenerated. * readelf.c (elf/bfin.h): Include. (guess_is_rela): EM_BLACKFIN support. (dump_relocations): Likewise.
2005-09-30 * dis-asm.h (print_insn_bfin): Declare.Catherine Moore5-0/+1774
* elf/bfin.h: New file. * elf/common.h (EM_BLACKFIN): Define. * opcode/bfin.h: New file.
2005-09-30 * gas/bfin: New testsuite for bfin.Catherine Moore67-0/+7600
* gas/all/gas.exp (bfin-*-*): Expected failure for alternate macro syntax.