aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-01-19*** empty log message ***gdbadmin1-1/+1
2002-01-18daily updateAlan Modra1-1/+1
2002-01-18* config/nm-nbsd.h (KERNEL_U_ADDR): Remove.Jason Thorpe2-7/+4
2002-01-18* alpha-tdep.c: Update copyright years.Jason Thorpe3-1/+121
(alpha_next_pc): New function. (alpha_software_single_step): Ditto. * config/alpha/tm-alpha.h: Add prototype for alpha_software_single_step.
2002-01-18* alphabsd-nat.c: Update copyright years.Jason Thorpe2-22/+52
(fill_gregset): Use regcache_collect. (fill_fpregset): Likewise. (fetch_inferior_registers): Only fetch integer registers if requested to do so. (store_inferior_registers): Only store integer registers if requested to do so.
2002-01-182002-01-18 Keith Walker <keith.walker@arm.com>Richard Earnshaw2-0/+7
* arm-opc.h (arm_opcodes): Add bxj instruction.
2002-01-18* NEWS: Mention new ARM command-line options and VFP support.Richard Earnshaw10-520/+904
* config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE. All uses changed. (ARM_CEXT_MAVERICK): Similarly. (ARM_ANY): Now means any core instruction. (CPU_DEFAULT): Default to ARM_ANY. (uses_apcs_26, atcps, support_interwork, uses_apcs_float) (pic_code): Declare for all object types. Make type int. (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt) (march_fpu_opt, mfpu_opt): Declare. (md_longopts): Tidy up conditional definitions. (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions) (arm_long_opts): New tables. (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions. (arm_parse_extension): New function. (md_parse_option): Rewrite using new table-driven system. (md_show_usage): Use new table-driven system. (md_begin): Calculate cpu_variant from command line option data. * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific command-line options. * doc/c-arm.texi: Likewise. Testsuite: * gas/arm/vfp1.d: Use new command-line options. * gas/arm/vfp1xD.d: Likewise. * gas/arm/arm.exp (vfp-bad): Likewise. * gas/arm/maverick.d: Likewise.
2002-01-18gas:Andreas Jaeger6-13/+24
2002-01-18 Andreas Jaeger <aj@suse.de> * as.c (parse_args): Update year. binutils: 2002-01-18 Andreas Jaeger <aj@suse.de> * version.c (print_version): Update year. ld: 2002-01-18 Andreas Jaeger <aj@suse.de> * ldver.c (ldversion): Update year.
2002-01-18Remove XDEPFILES from GDB.Andrew Cagney89-100/+110
2002-01-18 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for aAlan Modra2-9/+26
dynamic function descriptor symbol, not the associated function symbol.
2002-01-18* gdb.asm/asm-source.exp (info symbol): Take another shot atJim Blandy2-7/+17
anchoring the pattern matching the entry point symbol's name.
2002-01-18*** empty log message ***gdbadmin1-1/+1
2002-01-17 * readelf.c (get_machine_name): Handle EM_PPC64.Alan Modra2-0/+7
(guess_is_rela): Here too.
2002-01-17Change behavour of internal-error to quit and dump core by default.Andrew Cagney4-17/+28
2002-01-17fixed braino in changelog entry for replacement of "switches" with "options"Nick Clifton1-4/+4
2002-01-17Add an appendix for maintenance commands.Andrew Cagney2-42/+58
2002-01-17daily updateAlan Modra1-1/+1
2002-01-17Remove links from @nodeAndrew Cagney2-1/+5
2002-01-17Remove else clause to #if UI_OUT.Andrew Cagney25-798/+81
2002-01-172002-01-17 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz9-16/+23
* gdbserver/low-hppabsd.c, gdbserver/low-lynx.c, gdbserver/low-nbsd.c, gdbserver/low-sim.c, gdbserver/low-sparc.c, gdbserver/low-sun3.c, gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
2002-01-172002-01-17 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz9-9/+140
* low-hppabsd.c (myattach): New function, returning -1. * low-lynx.c (myattach): Likewise. * low-nbsd.c (myattach): Likewise. * low-sim.c (myattach): Likewise. * low-sparc.c (myattach): Likewise. * low-sun3.c (myattach): Likewise. * low-linux.c (myattach): New function. * server.c (attach_inferior): New function. (main): Handle "--attach".
2002-01-172002-01-17 Eric Christopher <echristo@redhat.com>Eric Christopher2-2/+6
* elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
2002-01-17Add a more instructive error message on bad syntaxTimothy Wall4-1/+13
2002-01-172002-01-17 H.J. Lu (hjl@gnu.org)H.J. Lu3-314/+353
* support/config.guess: Import from master sources, rev 1.225. * support/config.sub: Import from master sources, rev 1.238.
2002-01-17Regenerate .pot and .po filesNick Clifton18-6973/+11085
2002-01-17 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):Alan Modra8-44/+50
Remove "Elf_Internal_Shdr *" param. (_bfd_mips_elf_section_from_bfd_section): Ditto. * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto. * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto. * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto. * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto. * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto. * elf.c (_bfd_elf_section_from_bfd_section): Allow backend function to override special sections. Remove hdr arg from backend call, and don't loop.
2002-01-17Add no-c-format comment to prevent confusion when translating string.Nick Clifton3-2/+11
2002-01-17Remove leftover conflict marker.Andreas Schwab1-1/+0
2002-01-17 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes andEli Zaretskii4-20/+411
for monstrous @multitable (from Brian Youmans). * fdl.texi: New file. * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
2002-01-172002-01-16 Eric Christopher <echristo@redhat.com>Eric Christopher2-5/+14
* elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of relocations requiring gp0 and gp.
2002-01-17Daniel J as C++ maintainer.Andrew Cagney2-0/+6
2002-01-17*** empty log message ***gdbadmin1-1/+1
2002-01-162002-01-16 H.J. Lu (hjl@gnu.org)H.J. Lu4-9/+31
* config.guess: Import from master sources, rev 1.225. * config.sub: Import from master sources, rev 1.238. * MAINTAINERS: Updated notes on config.guess and config.sub.
2002-01-16daily updateAlan Modra1-1/+1
2002-01-16 * config/tc-mips.c (percent_op): Ensure longer percent_op's areThiemo Seufer2-56/+96
matched before the shorter ones. (my_getSmallParser): Fix handling of nested parentheses in percent_op's. Code cleanup. (my_getPercentOp): New function, code from my_getSmallParser. (my_getSmallExpression): Fix handling of closing parentheses. Code cleanup. Better comments.
2002-01-16* elf32-arm.h (elf32_arm_merge_private_bfd_data): HandleRichard Earnshaw2-9/+46
EF_ARM_VFP_FLOAT. (elf32_arm_print_private_bfd_data): Likewise.
2002-01-16* coff/arm.h (F_VFP_FLOAT): Define.Richard Earnshaw3-2/+10
* elf/arm.h (F_VFP_FLOAT, EF_ARM_VFP_FLOAT): Define.
2002-01-16Import new Turkish translations.Nick Clifton10-120/+9580
2002-01-16 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.Alan Modra2-7/+9
(ppc64_elf_reloc_type_lookup): Use proper CTOR reloc. (ORI_R0_R0_0): Correct.
2002-01-16 * readelf.c (get_ppc64_dynamic_type): New.Alan Modra2-0/+21
(get_dynamic_type): Call it.
2002-01-16 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.Alan Modra5-4/+111
* Makefile.in: Regenerate. * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define. * emultempl/ppc64elf.em: New file.
2002-01-16 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODEAlan Modra4-123/+454
when plt_not_loaded. * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to clear .plt SEC_CODE here. Create .stub and correct .glink flags. (PLT_INITIAL_ENTRY_SIZE): Set to 24. (ppc64_elf_glink_code): Delete. (PPC64_ELF_GLINK_SIZE): Delete. (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11, BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0, ORI_R0_R0_0): Define. (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define. (struct ppc_link_hash_table): Add sstub and plt_overflow. (ppc64_elf_link_hash_table_create): Init them. (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry. Don't copy to shared lib. (ppc64_elf_check_relocs): Call bfd_set_error on errors. (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount. (allocate_dynrelocs <plt>): Don't change function sym here. Make room for .stub and .glink code. (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for DT_PPC64_GLINK. (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call bfd_elf64_bfd_final_link. (bfd_elf64_bfd_final_link): Don't define. (ppc64_elf_size_stubs): New. (build_plt_stub): New. (build_one_stub): New. (ppc64_elf_build_stubs): New. (ppc64_elf_relocate_section <toc relocs>): Remove assert. (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs. (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in case output sections not separate. Adjust DT_RELASZ to not include plt relocs. Set reserved got entry. Set got and plt entry size. (elf_backend_got_header_size): Set to 8. * elf64-ppc.h: New file.
2002-01-16 * ppc.h (DT_PPC64_GLINK): Define.Alan Modra2-0/+7
2002-01-16 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removingAlan Modra4-12/+27
sections, use bfd_section_list_remove. * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise. * elflink.h (elf_link_add_object_symbols): When removing all sections, use bfd_section_list_clear.
2002-01-16 * c-typeprint.c (is_type_conversion_operator): Add additionalDaniel Jacobowitz2-1/+12
check for non-conversion operators.
2002-01-16* scripttempl/pe.sc: Add support for constructor priorities.DJ Delorie2-2/+6
2002-01-16*** empty log message ***gdbadmin1-1/+1
2002-01-15daily updateAlan Modra1-1/+1
2002-01-15Fix oops with previous checkin.Michael Snyder1-3/+1
2002-01-152002-01-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2-38/+334
* linux-proc.c: Add "info proc" command, a la procfs.c. (read_mapping): New function, abstract and re-use code. (linux_find_memory_regions): Use new func read_mapping. (linux_info_proc_cmd): New function, implement "info proc". (_initialize_linux_proc): Add new command "info proc".