aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-20(macro): Use sprintf_vma to convert a > 32 bit number into a readable string.Nick Clifton2-9/+22
(load_register): Likewise.
2005-04-20 * config/tc-ia64.c (specify_resource): Initialize all of tmpl.Andreas Schwab2-0/+10
2005-04-20gas/testsuite/Jan Beulich3-5/+10
2005-04-20 Jan Beulich <jbeulich@novell.com> * gas/elf/struct.s: Adjust to not get into alignment issues. * gas/elf/struct.d: Adjust for the above and the test's name.
2005-04-20daily updateAlan Modra1-1/+1
2005-04-20*** empty log message ***gdbadmin1-1/+1
2005-04-192005-04-19 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+9
* objdump.c (dump_section_header): Skip linker created section.
2005-04-19 * elfxx-sparc.c: New file.David S. Miller8-6986/+4050
* elfxx-sparc.h: New file. * Makefile.in (BFD32_BACKENDS): Add elfxx-sparc.lo (BFD32_BACKENDS_CFILES): Add elfxx-sparc.c (elfxx-sparc.lo): New rule. (elf32-sparc.lo): Add elfxx-sparc.h dependency. (elf64-sparc.lo): Likewise. * configure.in (bfd_elf32_sparc_vec): Add elfxx-sparc.lo (bfd_elf64_sparc_vec): Likewise. * configure: Regenerate. * elf32-sparc.c: Remove common code now in elfxx-sparc.c * elf64-sparc.c: Likewise, also use elf64_sparc_*() naming which is more consistent with elf32-sparc.c
2005-04-19 * config/tc-sparc.c (md_assemble): If sparc_ip gives us aDavid S. Miller2-4/+13
NULL insn, exit early. Remove now spurious NULL checks. (sparc_ip): Use as_bad for unknown opcode errors, set *pinsn to NULL and exit.
2005-04-19merge from gccDJ Delorie7-30/+36
2005-04-19 * elfxx-mips.c (struct mips_elf_link_hash_entry): Update comment.Daniel Jacobowitz2-2/+8
(mips_elf_create_local_got_entry): Check h->root.forced_local.
2005-04-192005-04-19 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-12/+16
* gas/i386/padlock.d: Updated.
2005-04-19gas/Jan Beulich12-61/+34
2005-04-19 Jan Beulich <jbeulich@novell.com> * symbols.h (symbol_find_base): Remove prototype. * symbols.c (save_symbol_name): Remove code section conditional upon STRIP_UNDERSCORE. (symbol_find): Remove. (symbol_find_base): Rename to symbol_find. * subsegs.c (section_symbol): Replace use of symbol_find_base with symbol_find. * config/obj-coff.c (tag_insert): Remove code section conditional upon STRIP_UNDERSCORE. (obj_coff_def): Likewise. (obj_coff_endef): Replace use of symbol_find_base with symbol_find. (coff_frob_symbol): Likewise. (yank_symbols): Likewise. (c_section_symbol): Likewise. * config/obj-coff.h (DO_NOT_STRIP): Remove. * config/tc-arm.c (symbol_locate): Remove code section conditional upon STRIP_UNDERSCORE. * config/tc-h8300.h (DO_NOT_STRIP): Remove. * config/tc-h8500.h (DO_NOT_STRIP): Remove. * config/tc-sh.h (DO_NOT_STRIP): Remove. * config/tc-w65.h (DO_NOT_STRIP): Remove. * config/tc-z8k.h (DO_NOT_STRIP): Remove.
2005-04-19 * config/tc-ia64.c (md_assemble): Fix error message for wrongAndreas Schwab4-124/+133
access to application registers. testsuite/: * gas/ia64/invalid-ar.l: Adapt to changed error message.
2005-04-19gas/Jan Beulich4-8/+7
2005-04-19 Jan Beulich <jbeulich@novell.com> * config/te-sysv32.h: Remove. * Makefile.am (TARG_ENV_HFILES): Remove reference to config/te-sysv32.h. * Makefile.in (TARG_ENV_HFILES): Likewise.
2005-04-19gas/Jan Beulich2-2/+6
2005-04-19 Jan Beulich <jbeulich@novell.com> PR/847 * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero- length symbols.
2005-04-19 * c-lang.c (c_create_fundamental_type): Comment fix.Ben Elliston2-1/+5
2005-04-19bfd/Alan Modra4-11/+36
* elf32-ppc.c (ppc_elf_check_relocs): Don't bother with dynamic relocs in non-SEC_ALLOC sections. (ppc_elf_gc_sweep_hook): Likewise. (ppc_elf_relax_section): Likewise. (ppc_elf_relocate_section): Likewise. ld/testsuite/ * ld-powerpc/reloc.d: Update to suit removal of non-alloc relocs.
2005-04-19 * ppc-opc.c (RTO): Define.Alan Modra2-6/+10
(powerpc_opcodes <tlbsx, tlbsx., tlbre>): Combine PPC403 and BOOKE entries to suit PPC440.
2005-04-19daily updateAlan Modra1-1/+1
2005-04-19*** empty log message ***gdbadmin1-1/+1
2005-04-18dos2unixMichael Snyder1-4/+4
2005-04-182005-04-18 Michael Snyder <msnyder@redhat.com>Michael Snyder5-540/+468
* mn10300-tdep.c: Assimilate code from mn10300-prologue.c. * mn10300-prologue.c: Remove. * mn10300-tdep.h: Add enums from mn10300-prologue.c. Remove prototypes. * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
2005-04-18gas/ChangeLog:Mark Kettenis6-12/+35
* config/tc-i386.c (md_begin): Allow hyphens in mnemonics. include/opcode/ChangeLog: * i386.h: Insert hyphens into selected VIA PadLock extensions. Add xcrypt-ctr. Provide aliases without hyphens. opcodes/ChangeLog: * i386-dis.c: Insert hyphens into selected VIA PadLock extensions. Add xcrypt-ctr.
2005-04-182005-04-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+2
* config/mn10300/mn10300.mt: Add mn10300-prologue module.
2005-04-182005-04-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
2005-04-18* config/tc-mips.c (normalize_constant_expr): Don't check forMaciej W. Rozycki2-5/+19
HAVE_32BIT_GPRS. (check_absolute_expr): Only call normalize_constant_expr() if HAVE_32BIT_GPRS. (mips_ip): Likewise. * config/tc-mips.c (check_absolute_expr): Fix formatting.
2005-04-18gas/Jan Beulich6-3/+106
2005-04-18 Jan Beulich <jbeulich@novell.com> * macro.c (free_token): New, freeing all the memory associated with a macro. (do_formals): Move initializers to ... (define_macro): ... here. (delete_macro): Convert passed in name to lower case. Warn when purging macro that doesn't exist. Use hash_jam instead of hash_delete. gas/testsuite/ 2005-04-18 Jan Beulich <jbeulich@novell.com> * gas/macros/purge.[ls]: New. * gas/macros/macros.exp: Run new test.
2005-04-18(Backtrace): Describe 'bt full'.Nick Roberts1-0/+4
2005-04-18*** empty log message ***Nick Roberts1-0/+4
2005-04-18(WMAC, WMADD): Move casts from the LHS of an assignment operator to the RHS.Nick Clifton2-12/+19
(WSLL, WSRA, WSRL, WUNPCKEH, WUNPACKEL): Use ULL suffix to indicate an unsigned long long constant.
2005-04-18(xcoff64_core_p): Fix compile time warning assigning a value to return_value.Nick Clifton2-1/+6
2005-04-182005-04-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-3/+14
PR 855 * elf.c (_bfd_elf_copy_private_section_data): Don't copy linker created group data.
2005-04-182005-04-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-5/+14
PR 855 * elf.c (setup_group): Properly handle zero group count.
2005-04-18 * cris/traps.c (cris_break_13_handler) <case TARGET_SYS_mmap2>:Hans-Peter Nilsson2-3/+9
For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't implemented. In call to create_map, pad length argument to 8k.
2005-04-18daily updateAlan Modra1-1/+1
2005-04-18*** empty log message ***gdbadmin1-1/+1
2005-04-17* config/nm-bsd.h: Remove file.Mark Kettenis2-23/+2
2005-04-17* hppabsd-nat.c: Update copyright year. Include "target.h" andMark Kettenis4-8/+38
"inf-ptrace.h". (hppabsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (hppabsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_hppabsd_nat): New function and prototype. * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (hppabsd-nat.o): Update dependencies.
2005-04-172005-04-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+5
* objdump.c (dump_section_header): Support SEC_GROUP.
2005-04-17* som.c (hppa_som_reloc, som_mkobject, som_is_space)Mark Kettenis2-16/+43
(som_is_subspace, compare_subspaces, som_compute_checksum) (som_build_and_write_symbol_table, som_slurp_symbol_table): New protoypes. (hppa_som_reloc, compare_syms, compare_subspaces) (som_print_symbol, som_get_section_contents) (som_set_section_contents): Remove space after 'void *'. (som_bfd_print_private_bfd_data): Use %lx to print longs. (som_bfd_merge_private_bfd_data) (som_bfd_copy_private_header_data, som_bfd_set_private_flags): New defines.
2005-04-17* pa64solib.c, pa64solib.h: Remove files.Mark Kettenis4-1405/+6
* Makefile.in (pa64solib_h): Remove variable (pa64solib.o): Remove dependency.
2005-04-17daily updateAlan Modra1-1/+1
2005-04-17*** empty log message ***gdbadmin1-1/+1
2005-04-16* ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".Mark Kettenis4-8/+27
(ppcobsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (ppcobsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_ppcobsd_nat): Construct and add target vector. * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (ppcobsd-nat.o): Update dependencies.
2005-04-16merge from gccDJ Delorie5-14/+57
2005-04-16* ppcobsd-tdep.c: Include "floatformat.h".Mark Kettenis3-4/+13
(ppcobsd_init_abi): Set long_double_bit and long_double_format. * Makefile.in (ppcobsd-tdep.o): Update dependencies.
2005-04-16* ppcobsd-tdep.c: Fix typo in comment.Mark Kettenis2-2/+10
(_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for bfd_arch_rs6000 too.
2005-04-16(Mode Options): Fix typo.Nick Roberts1-4/+6
(GDB/MI): Describe how to invoke GDB/MI.
2005-04-16*** empty log message ***Nick Roberts1-0/+5
2005-04-16 (Debugging Output): Document "set/show debugEli Zaretskii2-7/+208
solib-frv". Fix "set/show debugvarobj". (Set Breaks): Add index entry for "hardware breakpoints". (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", and "set/show usehardbreakpoints". (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show monitor-prompt", "set/show monitor-warnings", "pmon". (ARM): Document "rdilogfile", "rdilogenable", "set/show rdiromatzero", "set/show rdiheartbeat". (PowerPC): Document SDS-specific commands "set/show sdstimeout", "sds". (Embedded Processors): Document the "sim" command. (Remote): Document the "remote" command. (DJGPP Native): Document the "info serial" command. (Threads): Document "maint info sol-threads". (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". (Set Breaks): Improve indexing. (Command Syntax): Add a reference to dont-repeat. (Define): Document "dont-repeat". (TUI Commands): Document "tabset". (WinCE): New subsection. Document "set/show remotedirectory", "set/show remoteupload", "set/show remoteaddhost".