summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***gdbadmin2005-04-181-1/+1
|
* * config/nm-bsd.h: Remove file.Mark Kettenis2005-04-172-23/+2
|
* * hppabsd-nat.c: Update copyright year. Include "target.h" andMark Kettenis2005-04-174-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-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-04-172-0/+5
| | | | * objdump.c (dump_section_header): Support SEC_GROUP.
* * som.c (hppa_som_reloc, som_mkobject, som_is_space)Mark Kettenis2005-04-172-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.
* * pa64solib.c, pa64solib.h: Remove files.Mark Kettenis2005-04-174-1405/+6
| | | | | * Makefile.in (pa64solib_h): Remove variable (pa64solib.o): Remove dependency.
* daily updateAlan Modra2005-04-171-1/+1
|
* *** empty log message ***gdbadmin2005-04-171-1/+1
|
* * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".Mark Kettenis2005-04-164-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.
* merge from gccDJ Delorie2005-04-165-14/+57
|
* * ppcobsd-tdep.c: Include "floatformat.h".Mark Kettenis2005-04-163-4/+13
| | | | | (ppcobsd_init_abi): Set long_double_bit and long_double_format. * Makefile.in (ppcobsd-tdep.o): Update dependencies.
* * ppcobsd-tdep.c: Fix typo in comment.Mark Kettenis2005-04-162-2/+10
| | | | | (_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for bfd_arch_rs6000 too.
* (Mode Options): Fix typo.Nick Roberts2005-04-161-4/+6
| | | | (GDB/MI): Describe how to invoke GDB/MI.
* *** empty log message ***Nick Roberts2005-04-161-0/+5
|
* (Debugging Output): Document "set/show debugEli Zaretskii2005-04-162-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".
* (M32R/D): Document "sdireset", "sdistatus", "debug_chaos",Eli Zaretskii2005-04-162-1/+126
| | | | | | | | | | | "use_debug_dma", "use_mon_code", "use_ib_break", "use_dbt_break". (Debugging Output): Improve wording. (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".
* Fix typos.Eli Zaretskii2005-04-161-2/+2
|
* * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; allEli Zaretskii2005-04-162-25/+204
| | | | | | | | | | | | | | | | | references changed. Add descriptgion of "info udot". (Files): Document "set/show stop-on-solib-events". (M32R/D): Document "set/show download-path", "set/show board-address", "set/show server-address", "upload", "tload". (Maintenance Commands): Improve indexing. (Target Commands): Document "set/show hash", "set/show debug monitor". (SVR4 Process Information): Document "info pidlist" and "info meminfo". Document "set/show procfs-tarce" and "set/show procfs-file". Document "proc-trace-*" and "proc-untrace-*". (Symbols, The Print Command with Objective-C): Improve indexing. (Objective-C): Add references to "info classes" and "info selectors". (Debugging Output): Improve wording.
* (debug_apply_rela_addends): Remove redundant %s from printf string.Nick Clifton2005-04-162-1/+6
|
* merge from gccDJ Delorie2005-04-1611-0/+320
|
* *** empty log message ***gdbadmin2005-04-161-1/+1
|
* daily updateAlan Modra2005-04-161-1/+1
|
* Delete unused variables.Kevin Buettner2005-04-151-10/+0
|
* * remote.c (remote_get_thread_local_address): Throw a moreKevin Buettner2005-04-152-1/+16
| | | | | meaningful exception when remote target doesn't have support for the qGetTLSAddr packet.
* Add remote TLS support.Kevin Buettner2005-04-152-0/+93
|
* * config/tc-mips.c (normalize_constant_expr): Fix formatting.Maciej W. Rozycki2005-04-152-1/+5
|
* * remote.c (add_packet_config_cmd): Delete unused variables.Kevin Buettner2005-04-152-6/+5
|
* Eliminate calls to deprecated_show_value_hack(). This also eliminates theKevin Buettner2005-04-152-11/+15
| | | | printing of redundant information.
* (MIPS): Improve documentation of heuristic-fence-post. DocumentEli Zaretskii2005-04-152-3/+209
| | | | | | | | | | | | | | "set/show mips abi", "set/show mips saved-gpreg-size", "set/show mips stack-arg-size", "set/show mips mask-address", "set/show mips remote-mips64-transfers-32bit-regs", "set/show debug mips". (ARM): Document ARM-specific commands. (AVR): New section. Document "info io_registers". (CRIS): New section. Document "set/show cris-version" and "set/show cris-dwarf2-cfi". (HPPA): New section. Document "set/show debug hppa" and "maint print unwind". (Netrino): New subsection. Document "set/show debug nto-debug". (Super-H): New section. Document the "regs" command.
* * bfd/bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype.Julian Brown2005-04-157-11/+78
| | | | | | | | | | | | | | | | | | | | | | * bfd/bfd-in2.h: Regenerate. * bfd/elf32-arm.c (elf32_arm_link_hash_table): New field, 'use_blx'. (elf32_arm_link_hash_table_create): Initialise fix_v4bx, use_blx. (bfd_elf32_arm_set_target_relocs): Handle use_blx. (elf32_arm_final_link_relocate): Use Thumb BLX for R_ARM_THM_PC22 relocations if requested to. (allocate_dynrelocs): Don't count size of omitted Thumb stubs based on use_blx rather than symbian_p. (elf32_arm_finish_dynamic_symbol): Don't output Thumb PLT stubs if use_blx is in effect. (elf32_arm_symbian_link_hash_table_create): Enable use_blx by default for SymbianOS. * ld/ld.texinfo: Document --use-blx. * ld/emultempl/armelf.em (use_blx): New variable. (arm_elf_create_output_section_statements): Communicate value of use_blx to bfd. (PARSE_AND_LIST_PROLOGUE): Add OPTION_USE_BLX. (PARSE_AND_LIST_OPTIONS): Add --use-blx option. (PARSE_AND_LIST_ARGS_CASES): Add OPTION_USE_BLX case.
* Issue an error message when attmepting to copy an empty input file.Nick Clifton2005-04-152-0/+6
|
* * gdb.texinfo (ARM): Document ARM-specific commands.Eli Zaretskii2005-04-152-1/+59
|
* *gdb.texinfo (Debugging Output): Document "set/show debug lin-lwp".Eli Zaretskii2005-04-152-1/+16
|
* * gdb.texinfo (Hurd Native): New subsection, documentsEli Zaretskii2005-04-152-0/+180
| | | | Hurd-specific commands.
* Use fprintf_vma to print vma values.Nick Clifton2005-04-152-22/+11
|
* gas/Jan Beulich2005-04-156-0/+51
| | | | | | | | | | | | | 2005-04-15 Jan Beulich <jbeulich@novell.com> * config/obj-elf.c (obj_elf_struct): New. (elf_pseudo_table). Use it for .offset and .struct. gas/testsuite/ 2005-04-15 Jan Beulich <jbeulich@novell.com> * gas/elf/struct.[sd]: New. * gas/elf/elf.exp: Run new test.
* * configure.ac: Add explicit sh64 case.Corinna Vinschen2005-04-158-2669/+7364
| | | | | | | | | | * configure: Regenerate. * sh64/configure.ac: New file. * sh64/configure.in: Remove. * sh64/configure: Regenerate. * sh64/defs-media.h (sem_fields): Add missing sfmt_ldhil member. * sh64/sim-if.c (sim_open): Use struct bfd instead of struct _bfd. (sim_create_inferior): Ditto.
* * MAINTAINERS: Change sh64-elf state to non-broken.Corinna Vinschen2005-04-158-866/+506
| | | | | | | | | | * Makefile.in: Fix dependencies for sh64-tdep.o. * configure.tgt: Add sh64-*-elf case. * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case. * sh64-tdep.c: Rework to replace all deprecated mechanisms with modern methods. * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o. * config/sh/sh64.mt: Resurrect.
* * gas/all/assign.s: New.Alan Modra2005-04-154-0/+20
| | | | | * gas/all/assign.d: New. * gas/all/gas.exp: Run it.
* * ld-d10v/default_layout.d: Update for unused section removal.Alan Modra2005-04-152-5/+5
|
* Include Sterling Augustine as author of previous change.Bob Wilson2005-04-151-0/+1
|
* * config/tc-xtensa.c (get_aligned_diff): Handle target_size largerBob Wilson2005-04-152-0/+8
| | | | than the section alignment.
* PR ld/815Alan Modra2005-04-152-1/+10
| | | | | * elflink.c (elf_smash_syms): Clear undef.next if it's not being used as a list pointer.
* 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka2005-04-152-0/+31
| | | | * regformats/reg-m32r.dat: New file.
* 2005-04-15 Ke Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka2005-04-154-1/+115
| | | | | | * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o. * configure.srv: Add m32r*-*-linux*. * linux-m32r-low.c: New file.
* *** empty log message ***gdbadmin2005-04-151-1/+1
|
* daily updateAlan Modra2005-04-151-1/+1
|
* * config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field.Bob Wilson2005-04-143-18/+32
| | | | | | | | | | * config/tc-xtensa.c (xg_translate_sysreg_op, xtensa_translate_old_userregs_ops, xtensa_find_unaligned_branch_targets, xtensa_find_unaligned_loops, xtensa_fix_close_loop_end_frags, relax_frag_add_nop): Support 64-bit host. (xtensa_mark_literal_pool_location, xtensa_move_literals): Use tc_frag_data lit_frchain and lit_seg fields instead of fr_var.
* * gencode.c (tab): Avoid inserting code before variables all declared.Jonathan Larmour2005-04-142-4/+8
|
* * lib/gdb.exp (gdb_compile): Handle shlib=.Daniel Jacobowitz2005-04-142-0/+92
| | | | (gdb_compile_shlib): New function.
OpenPOWER on IntegriCloud