aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-19*** empty log message ***gdbadmin1-1/+1
2005-10-18 * config/tc-xtensa.c (xtensa_end_directive): RestoreBob Wilson2-2/+6
default_lit_sections regardless of use_literal_section.
2005-10-18 * bfin-dis.c (print_insn_bfin): Do proper endian transform whenJie Zhang2-3/+13
reading instruction from memory.
2005-10-18 * Makefile.am (bfin-lex.c): Update ylwrap invocation.Jie Zhang3-2/+7
* Makefile.in: Regenerated.
2005-10-18m32r.opc (parse_slo16): Better version of previous patch.Nick Clifton4-4/+12
2005-10-18* doc/as.texinfo (.loc) Fix placement of '@end table'.Nick Clifton2-2/+6
2005-10-18 * MAINTAINERS: Add self as BFIN maintainer.Jie Zhang2-0/+5
2005-10-18 * ld-scripts/crossref.exp: Add -mcall-aixdesc to CFLAGS forAlan Modra2-0/+12
powerpc64.
2005-10-182005-10-17 Jim Blandy <jimb@redhat.com>Jim Blandy2-1/+6
* dwarf2expr.c (dwarf_expr_fetch): Use correct comparison to detect stack underflow.
2005-10-18*** empty log message ***gdbadmin1-1/+1
2005-10-18daily updateAlan Modra1-1/+1
2005-10-172005-10-17 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam2-2/+7
* gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg vscr" tests to better match output.
2005-10-17 * config/xtensa-istack.h (TInsn): Replace dwarf2_line_info with anBob Wilson3-36/+33
unsigned line number. Do not include "dwarf2dbg.h". * config/tc-xtensa.c (md_pseudo_table): Remove entry for "loc". (xtensa_dwarf2_directive_loc, xtensa_dwarf2_emit_insn): Delete. (xg_build_to_insn, xg_build_token_insn): Update TInsn uses. (md_assemble): Use as_where instead of dwarf2_where. (xg_assemble_vliw_tokens): Use unsigned line numbers instead of dwarf2_line_infos. Change to call new_logical_line followed by dwarf2_emit_insn.
2005-10-17 * gas/arm/copro.d: 'mcrlt' instruction should not be disassembled asRichard Earnshaw2-1/+6
'cfsh64lt'.
2005-10-17 * configure.in (bfin-*-*): Use test, not brackets, in if statement.Bernd Schmidt3-2/+7
* configure: Regenerate.
2005-10-17daily updateAlan Modra1-1/+1
2005-10-17*** empty log message ***gdbadmin1-1/+1
2005-10-16 * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes.Dave Anglin2-1/+8
Add FLAG_STRICT to pa10 ftest opcode.
2005-10-16daily updateAlan Modra1-1/+1
2005-10-16*** empty log message ***gdbadmin1-1/+1
2005-10-152005-10-15 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-0/+13
* coff-rs6000.c (rs6000coff_vec): Initialize _bfd_match_sections_by_type with _bfd_generic_match_sections_by_type. (pmac_xcoff_vec): Likewise. * coff64-rs6000.c (rs6000coff64_vec): Likewise. (aix5coff64_vec): Likewise.
2005-10-15bfd/H.J. Lu12-17/+168
2005-10-15 H.J. Lu <hongjiu.lu@intel.com> PR ld/1467 * elf-bfd.h (_bfd_elf_match_sections_by_type): New. (_bfd_generic_match_sections_by_type): New. Defined. * elf.c (_bfd_elf_match_sections_by_type): New. * libbfd-in.h (_bfd_generic_match_sections_by_type): New. * bfd-in2.h: Regenerated. * libbfd.h: Likewise. * libbfd.c (_bfd_generic_match_sections_by_type): New. * targets.c (BFD_JUMP_TABLE_LINK): Initialize _bfd_match_sections_by_type with _bfd_generic_match_sections_by_type. (bfd_target): Add _bfd_match_sections_by_type. ld/ 2005-10-15 H.J. Lu <hongjiu.lu@intel.com> PR ld/1467 * emultempl/elf32.em: Include "elf-bfd.h". (gld${EMULATION_NAME}_place_orphan): Check section type and don't use section name for ELF input sections. * ld.texinfo: Document orphan section processing. * ldlang.c (lang_output_section_find_by_flags): Match section types by calling bfd_match_sections_by_type.
2005-10-15daily updateAlan Modra1-1/+1
2005-10-15*** empty log message ***gdbadmin1-1/+1
2005-10-142005-10-14 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam2-0/+6
* rs6000-tdep.c (rs6000_register_reggroup_p): Add vscr to test for vector registers.
2005-10-14m32r.opc (parse_slo16): Do not assume a 32-bit host word size.Nick Clifton4-2/+11
2005-10-14* doc/as.texinfo (Section): Add missing ']' to .section example.Nick Clifton2-1/+5
2005-10-14*** empty log message ***gdbadmin1-1/+1
2005-10-14daily updateAlan Modra1-1/+1
2005-10-13 * ld.texino: Describe double-quoted string syntax for versionMark Mitchell11-23/+91
nodes. * ldlang.h (lang_new_vers_pattern): Add literal_p parameter. * ldgram.y (vers_defns): Allow NAME as well as VERS_IDENTIFIER. Adjust calls to lang_new_vers_pattern to pass literal_p argument. * ldlang.c (lang_vers_match): Fix indentation. Do not glob-match version nodes without a pattern. (lang_new_vers_pattern): Add literal_p parameter. (lang_do_version_exports_section): Pass it. * ld-elfvers/vers.exp: Add vers31. * ld-elfvers/vers31.c: New file. * ld-elfvers/vers31.dsym: Likewise. * ld-elfvers/vers31.map: Likewise. * ld-elfvers/vers31.ver: Likewise.
2005-10-13 * Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h).Andreas Schwab3-5/+23
* linux-thread-db.c (enable_thread_event): Extend pointer value as specified by target. (thread_db_get_thread_local_address): Likewise.
2005-10-13 * gas/hppa/basic/basic.exp (do_system): Adjust for removal of lhaDave Anglin5-13/+17
instructions from system.s. * gas/hppa/basic/system.s (lha): Remove. * hppa.h (pa_opcodes): Remove lha entries.
2005-10-13 PR binutils/941Dave Anglin2-1/+8
* config/tc-hppa.c (pa_ip): Use as_bad instead of as_fatal when an unknown opcode is found.
2005-10-13 * NEWS: Mention @file.Mark Mitchell4-0/+14
* NEWS: Mention @file.
2005-10-13*** empty log message ***gdbadmin1-1/+1
2005-10-13daily updateAlan Modra1-1/+1
2005-10-122005-10-12 Jim Blandy <jimb@redhat.com>Jim Blandy2-13/+58
* gdb.base/structs.exp (any): New function. (test_struct_returns): Don't make any assumptions at all about what value the function returns when GDB can't set the return value.
2005-10-12* config/tc-avr.c: Convert to ISO C90 format. Fix formatting and generallyNick Clifton3-293/+263
tidy up the code. * config/tc-avr.h: Likewise.
2005-10-12Remove spurious checking of a potential, but untested patch.Nick Clifton1-7/+0
2005-10-12gas/Jan Beulich6-7/+63
2005-10-12 Jan Beulich <jbeulich@novell.com> * config/tc-ia64.c (dot_reg_val): Use expression_and_evaluate. (dot_pred_rel): Likewise. (parse_operand): Likewise. (ia64_unrecognized_line): Likewise. (md_operand): Likewise. gas/testsuite/ 2005-10-12 Jan Beulich <jbeulich@novell.com> * gas/ia64/forward.[sd]: New. * gas/ia64/ia64.exp: Run new test.
2005-10-122005-10-11 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith3-0/+18
* binutils-all/windres/escapex-2.rc: New file. * binutils-all/windres/escapex-2.rsd: Generate.
2005-10-122005-10-11 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2-1/+11
* rclex.l (handle quotes): Stop parsing hex notation escaped chars after the first two digits,
2005-10-12daily updateAlan Modra1-1/+1
2005-10-12*** empty log message ***gdbadmin1-1/+1
2005-10-11PR binutils/1437Nick Clifton4-24/+98
* cxxfilt.c (flags): Remove DMGL_TYPES; (long_options): Rename --no-types to --types. (usage): Likewise. (demangle_it): Add a comment describing why _ and $ prefixes are skipped. Use printf rather than puts to emit the demangled output in order to avoid emitting a new line character. (main): Have the -t flag enable type demangling. Emit a newline after every demangled command line argument. Copy whitespace from stdin to stdout. * doc/binutils.texi (c++filt): Document the change to the -t switch. Document why demangling names on the command line is slightly different to demangling names read from the standard input.
2005-10-11This adjusts equate handling byNick Clifton43-66/+834
- allowing true forward references (which will always assume the referenced symbols have at the point of use) through the new .eqv pseudo-op and the new == operator - disallowing changing .equiv-generated equates (so that the protection this provides is both forward and backward) - snapshotting equates when their value gets changed so that previous uses don't get affected by the new value. - allowing expressions in places where absolute expressions (or register names) are needed which were not completely resolvable at the point of their definition but which are fully resolvable at the point of use In addition it fixes PR/288.
2005-10-11 * doc/Makefile.am (config.texi): Set top_srcdir.Mark Mitchell4-13/+9
* doc/Makefile.in: Regenerated. * doc/binutils.texi: Use at-file.texi from libiberty.
2005-10-11daily updateAlan Modra1-1/+1
2005-10-11*** empty log message ***gdbadmin1-1/+1
2005-10-102005-10-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+12
PR binutils/1436 * readelf.c (ABSADDR): New. (dump_ia64_unwind): Use ABSADDR to get the unwind info address.