aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-23Refer to next release of Emacs as 22.1.Nick Roberts1-1/+1
2006-08-23*** empty log message ***Nick Roberts1-0/+4
2006-08-23* archive.c (hpux_uid_gid_encode): Fix thinko decrementing "cnt" variable.Nick Clifton2-1/+6
2006-08-232006-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-3/+519
* i386-dis.c (three_byte_table): Expand to 256 elements.
2006-08-232006-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-2/+8
PR ld/3052 * ld-elf/loadaddr1.t: Add "AT (ADDR(.data))". * ld-elf/loadaddr2.t: Likewise.
2006-08-232006-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-0/+35
PR ld/3103 * ld-elf/overlay.d: New file. * ld-elf/overlay.s: Likewise. * ld-elf/overlay.t: Likewise.
2006-08-23 * ldexp.c (fold_name <LOADADDR>): Return an absolute valueAlan Modra2-2/+6
rather than a section relative value.
2006-08-23daily updateAlan Modra1-1/+1
2006-08-23*** empty log message ***gdbadmin1-1/+1
2006-08-22(gdbmi): Remove gdb-force-update, initializeNick Roberts1-22/+30
other variables. (gdbmi-send): Ensure any text properties can be removed. (gdbmi-prompt1): Update to gdb-ui.el (gud-gdbmi-marker-filter): Defer setting of gud-running. Keep gdb-done-regexp for partial-output-buffer. (gdb-stack-list-frames-handler): Add face to function names.
2006-08-22*** empty log message ***Nick Roberts1-0/+10
2006-08-22* valprint.c (val_print_type_code_flags): Fix GNU coding standardsMark Kettenis2-2/+5
violation.
2006-08-22* alpha-tdep.c (alpha_register_to_value, alpha_value_to_register)Mark Kettenis2-26/+37
(alpha_push_dummy_call, alpha_extract_return_value) (alpha_breakpoint_from_pc, alpha_read_insn) (alpha_get_longjmp_target, alpha_supply_int_regs) (alpha_fill_int_regs, alpha_supply_fp_regs, alpha_fill_fp_regs) (alpha_next_pc): Use gdb_byte instead of (unsigned) char where appropriate.
2006-08-22* sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type)Mark Kettenis2-4/+79
(sparc64_fprs_type): New variables. (sparc64_init_types): New function.: (sparc64_register_info): Use appropriate flag types for %fsr and %fprs. (sparc64_pseudo_register_info): Use appropriate type for %pstate. (_initialize_sparc64_tdep): New function.
2006-08-22* valprint.c (val_print_type_code_flags): Fix for bitfields largerMark Kettenis2-2/+6
than 32 bits.
2006-08-22* gdbtypes.c (init_flags_type): Set all fields to zero instead ofMark Kettenis2-1/+6
just the first one.
2006-08-22 * Makefile.in (INTERNAL_CPPFLAGS): New.Daniel Jacobowitz2-1/+9
(INTERNAL_CFLAGS_BASE): Use it.
2006-08-222006-08-22 Michael Snyder <Michael.Snyder@PalmSource.com>Michael Snyder2-7/+11
* MAINTAINERS: Update my email address.
2006-08-22 * elf32-arm.c (elf32_arm_copy_indirect_symbol): Only copyDaniel Jacobowitz2-8/+15
plt_thumb_refcount from indirect symbols.
2006-08-22 * elf32-ppc.c (ppc_elf_relocate_section): Correct GOT and PLT HAAlan Modra3-21/+33
reloc handling. * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2006-08-22* configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets.Nick Clifton2-3/+6
2006-08-22 * NEWS: Mention LMA default change.Alan Modra4-11/+53
* ld.texinfo (Output Section LMA): Update default description. (Location Counter): Clarify backward movement. * ldlang.c (lang_size_sections_1): Leave non-alloc sections with default lma equal to vma. Warn on backward movement of dot.
2006-08-22daily updateAlan Modra1-1/+1
2006-08-22*** empty log message ***gdbadmin1-1/+1
2006-08-21gas:Joseph Myers6-5/+18
* config/tc-arm.c (s_arm_unwind_save_mmxwr): Correct condition for merging with previous long opcode. gas/testsuite: * gas/arm/unwind.s: Test not merging iWMMXt register save with previous long opcode. * gas/arm/unwind.d, gas/arm/unwind_vxworks.d: Update.
2006-08-21 bfd/Mark Shinwell2-1/+6
* elf32-arm.c (elf32_arm_link_hash_table): Correct typo in comment for target1_is_rel.
2006-08-21bfdNick Clifton27-75/+308
* Makefile.am: Add rules to build pe-arm-wince.lo and pei-arm-wince.lo objects. * Makefile.in: Regenerate. * pe-arm-wince.c: New file. * pei-arm-wince.c: New file. * pei-arm.c: Remove ARM_WINCE block. * pe-arm.c: Remove ARM_WINCE block. Rename bfd_arm_pe_allocate_interworking_sections, bfd_arm_pe_get_bfd_for_interworking, and bfd_arm_pe_process_before_allocation to bfd_armpe_allocate_interworking_sections, bfd_armpe_get_bfd_for_interworking, and bfd_armpe_process_before_allocation. Move them before including bfd.h. * bfd.c: ARM wince bfd format names were renamed. Adjust. * coff-arm.c [ARM_WINCE]: Adjust so Windows CE doesn't end up with unexpected/conflicting relocs. * targets.c: The arm-wince-pe target got its own new vector. Adjust. * config.bfd: Likewise. * configure.in: Likewise. * configure: Regenerate. binutils * configure.in: Split arm-pe and arm-wince-pe. Build dlltool with -DDLLTOOL_ARM_WINCE for Windows CE case. * configure: Regenerate. * dlltool.c: Add support for arm-wince. gas * Makefile.am (TARG_ENV_HFILES): Add te-wince-pe.h. * Makefile.in: Regenerate. * config/tc-arm.h [TARGET_FORMAT]: ARM wince bfd names were renamed. Adjust. ld * Makefile.am: Split arm-wince into its own emulation. * Makefile.in: Regenerate. * configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets. * pe-dll.c : Define PE_ARCH_arm_wince. (pe_detail_list): Add PE_ARCH_arm_wince case. (make_one): Handle PE_ARCH_arm_epoc and PE_ARCH_arm_wince cases. * emulparams/arm_wince_pe.sh: New file. * emultempl/pe.em: Handle new TARGET_IS_arm_wince_pe define. Remap bfd_arm_allocate_interworking_sections, bfd_arm_get_bfd_for_interworking and bfd_arm_process_before_allocation for arm-pe and arm-wince-pe targets too. (gld_${EMULATION_NAME}_recognized_file): Handle arm-wince and arm-epoc bfd format names.
2006-08-21*** empty log message ***gdbadmin1-1/+1
2006-08-21daily updateAlan Modra1-1/+1
2006-08-20*** empty log message ***gdbadmin1-1/+1
2006-08-20daily updateAlan Modra1-1/+1
2006-08-19gdb/Daniel Jacobowitz12-11/+224
* Makefile.in (amd64_linux_tdep_h): New. (amd64-linux-nat.o, amd64-linux-tdep.o): Update. * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Add ORIG_RAX. (_initialize_amd64_linux_nat): Set amd64_native_gregset64_num_regs. * amd64-linux-tdep.c (amd64_linux_register_name) (amd64_linux_register_type, amd64_linux_register_reggroup_p) (amd64_linux_write_pc): New. (amd64_linux_init_abi): Use them, and update num_regs. * amd64-linux-tdep.h: New file. * amd64-tdep.c (amd64_register_name, amd64_register_type): Make public. * amd64-tdep.h (amd64_register_name, amd64_register_type): New prototypes. * regformats/reg-x86-64-linux.dat: New file. gdb/testsuite/ * Makefile.in (clean): Clean reg-x86-64-linux.c. (reg-x86-64-linux.o, reg-x86-64-linux.c): New. * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o. * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX. (x86_64_fill_gregset, x86_64_store_gregset): Skip floating point registers.
2006-08-19 * infrun.c (handle_inferior_event): Check the current frame IDDaniel Jacobowitz2-2/+11
before unwinding to the previous frame.
2006-08-19daily updateAlan Modra1-1/+1
2006-08-19*** empty log message ***gdbadmin1-1/+1
2006-08-18Another snapshot of the current state of the sources. Gets to theIan Lance Taylor20-109/+1673
point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure.
2006-08-18Reviewed and approved by Daniel Jacobowitz <dan@codesourcery.com>Fred Fish2-1/+6
2006-08-18 Fred Fish <fnf@specifix.com> * lib/gdb.exp (skip_altivec_tests): Fix apparent typo, '$' in front of skip_vmx_tests_saved when setting that.
2006-08-18Add comment missing from previous patch.Paul Brook1-0/+2
2006-08-182006-08-18 Paul Brook <paul@codesourcery.com>Paul Brook8-29/+248
bfd/ * elf32-arm.c (elf32_arm_link_hash_entry): Add export_glue. (elf32_arm_link_hash_newfunc): Initialize export_glue. (record_arm_to_thumb_glue): Return stub symbol. (elf32_arm_create_thumb_stub): New function. (elf32_arm_to_thumb_stub): Use it. (elf32_arm_to_thumb_export_stub): New function. (elf32_arm_begin_write_processing): New function. (allocate_dynrelocs): Allocate Arm stubs. (elf_backend_begin_write_processing): Define. (elf32_arm_symbian_begin_write_processing): Remove ATTRIBUTE_UNUSED. Call elf32_arm_begin_write_processing. ld/ * emultempl/armelf.em (arm_elf_before_allocation): Call gld${EMULATION_NAME}_before_allocation after setting interworking bfd. ld/testsuite/ * ld-arm/arm-elf.exp (armelftests): Add armthumb-lib.so. Add -use-blx to mixed-lib.so * ld-arm/armthumb-lib.d: New file. * ld-arm/armthumb-lib.sym: New file.
2006-08-182006-08-18 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu6-0/+71
PR ld/3052 * ld-elf/loadaddr.s: New file. * ld-elf/loadaddr1.d: Likewise. * ld-elf/loadaddr1.t: Likewise. * ld-elf/loadaddr2.d: Likewise. * ld-elf/loadaddr2.t: Likewise.
2006-08-18 * dwarf2read.c (quirk_gcc_member_function_pointer): Add GCC PRDaniel Jacobowitz2-1/+9
number in a comment.
2006-08-18* sparc-nat.c (sparc_xfer_wcookie): Signal EOF. Tweak comment.Mark Kettenis2-3/+9
2006-08-18 * dwarf2read.c (quirk_gcc_member_function_pointer): New.Daniel Jacobowitz2-1/+71
(read_structure_type): Call it.
2006-08-18*** empty log message ***gdbadmin1-1/+1
2006-08-18daily updateAlan Modra1-1/+1
2006-08-17* gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'Jim Blandy2-4/+12
responses.
2006-08-17* pe-dll.c (autofilter_symbolprefixlist): Remove .idata$.Christopher Faylor2-6/+6
(generate_reloc): Revert to skipping sections without a SEC_LOAD flag, and to not skipping .idata* sections.
2006-08-17bfd/Alan Modra9-104/+111
* elf64-ppc.c (create_linkage_sections): Align .glink to 8 bytes. (ppc64_elf_build_stubs): Use new lazy linking stub. ld/testsuite/ * ld-powerpc/tlsexe.d: Update for lazy link stub change. * ld-powerpc/tlsexe.r: Likewise. * ld-powerpc/tlsexetoc.d: Likewise. * ld-powerpc/tlsexetoc.r: Likewise. * ld-powerpc/tlsso.d: Likewise. * ld-powerpc/tlstocso.d: Likewise.
2006-08-17 * elf64-ppc.c (ppc64_elf_size_stubs): Ignore non-code sections.Alan Modra2-0/+7
2006-08-17bfd/H.J. Lu4-10/+34
2006-08-16 H.J. Lu <hongjiu.lu@intel.com> PR ld/3015 * elf.c (get_program_header_size): Add a PT_GNU_RELRO segment only if there is a PT_DYNAMIC segment. (_bfd_elf_map_sections_to_segments): Likewise. (assign_file_positions_for_load_sections): Set PT_GNU_RELRO segment alignment to 1. ld/testsuite/ 2006-08-16 H.J. Lu <hongjiu.lu@intel.com> PR ld/3015 * ld-elf/binutils.exp: Add tests for "-z relro".