aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-012007-07-31 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+10
* cp-demangle.c (d_print_comp): Guard against null.
2007-08-01 * ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d,Adam Nemet6-0/+33
ld-mips-elf/reloc-5.s, ld-mips-elf/reloc-5.d: New tests. * ld-mips-elf/mips-elf.exp: Invoke them.
2007-08-01ga.po: Updated Irish translation.Nick Clifton2-424/+444
2007-08-01* coffcode.h (coff_sort_func_alent): New function.Nick Clifton2-45/+125
(coff_slurp_line_table): Sort line table if not already sorted.
2007-08-01Correct ChangeLog entries.H.J. Lu3-8/+8
2007-08-01Add a newline.H.J. Lu1-2/+2
2007-08-01 * elf.c (_bfd_elf_map_sections_to_segments): Work around buggyJakub Jelinek2-7/+15
GCC 3.4.x warning.
2007-08-01 * aoutx.h (swap_ext_reloc_in): Set howto to NULL for unknownAlan Modra2-7/+40
r_type. (swap_std_reloc_in): Likewise. (aout_link_input_section_std): Likewise. Return with an error on unexpected relocation type. (aout_link_input_section_ext): Likewise.
2007-08-01 PR4694Alan Modra2-10/+14
* aoutx.h (final_link): Write a zero in first word of stringtab if no symbols rather than corrupting last byte of text/data.
2007-08-01*** empty log message ***gdbadmin1-1/+1
2007-08-01daily updateAlan Modra1-1/+1
2007-07-312007-07-31 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+4
* breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'. True and false paths are mutually exclusive.
2007-07-312007-07-31 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+3
* event-top.c (command_line_handler): Add pedantic return.
2007-07-312007-07-31 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+7
* f-valprint.c (info_common_command): Bail out to prevent null pointer deref. Break up a long line.
2007-07-312007-07-31 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+3
* exec.c (xfer_memory): Remove redundant condition from 'if'.
2007-07-312007-07-31 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+4
* symfile.c (reread_separate_symbols): Free xmalloced memory.
2007-07-312007-07-31 Michael Snyder <msnyder@access-company.com>Michael Snyder2-12/+5
* printcmd.c (build_address_symbolic): Remove dead code and dead variable.
2007-07-31 * linespec.c (minsym_found): Advance to the next line if possible.Daniel Jacobowitz6-2/+139
* gdb.base/prologue.c, gdb.base/prologue.exp: New. * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
2007-07-31 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: NewPedro Alves2-15/+39
typedef. (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var. (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get CloseToolhelp32Snapshot. (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with CloseToolhelp32Snapshot.
2007-07-31 * arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.Pedro Alves3-4/+7
* config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and solib-svr4.o, and add solib-target.o
2007-07-31 * elf.c (get_program_header_size): Adjacent loadable .note*Jakub Jelinek2-8/+46
sections need just one PT_NOTE segment. (_bfd_elf_map_sections_to_segments): Likewise.
2007-07-312007-07-30 Michael Snyder <msnyder@access-company.com>Michael Snyder2-13/+13
* coffgen.c (_bfd_coff_read_internal_relocs): Revert change of 2007-07-26. Buffer still in use, can't be freed.
2007-07-31*** empty log message ***gdbadmin1-1/+1
2007-07-31daily updateAlan Modra1-1/+1
2007-07-30* gdb.base/dump.exp: Force the correct endianness for binaryMaciej W. Rozycki2-0/+31
formats not carrying this information.
2007-07-30daily updateAlan Modra1-1/+1
2007-07-30*** empty log message ***gdbadmin1-1/+1
2007-07-29gas/testsuite/H.J. Lu9-13/+112
2007-07-29 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4834 * gas/i386/simd-intel.d: Updated. * gas/i386/simd.d: Likewise. * gas/i386/x86-64-simd-intel.d: Likewise. * gas/i386/x86-64-simd.d: Likewise. * gas/i386/simd.s: Add tests for SSE4 instructions. * gas/i386/x86-64-simd.s: Likewise. opcodes/ 2007-07-29 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4834 * i386-dis.c (EXw): New. (prefix_user_table): Updated to use EXw, EXd and EXq for SSE4 instructions when appropriated.
2007-07-29The fix is for PR 4834, not PR 4835.H.J. Lu2-2/+2
2007-07-29gas/H.J. Lu9-10/+71
2007-07-29 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (check_long_reg): Allow cvtss2si to convert DWORD memory to Reg64 in Intel synax. (check_qword_reg): Allow cvtsd2si to convert QWORD memory to Reg32 in Intel syntax. gas/testsuite/ 2007-07-29 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/simd.s: Add tests for cvtss2si/cvtsd2si in Intel mode. * gas/i386/x86-64-simd.s: Likewise. * gas/i386/simd-intel.d: Updated. * gas/i386/simd.d: Likewise. * gas/i386/x86-64-simd-intel.d: Likewise. * gas/i386/x86-64-simd.d: Likewise.
2007-07-29ld/Alan Modra5-3/+24
* ldlang.c (lang_insert_orphan): When searching through linker script to place an orphan, don't stop on statements that appear outside of SECTIONS. * emultempl/elf32.em (output_rel_find): Prefer read-only alloc sections over read/write alloc sections. ld/testsuite/ * ld-elf/weak-dyn-1.rd: Adjust.
2007-07-29*** empty log message ***gdbadmin1-1/+1
2007-07-29daily updateAlan Modra1-1/+1
2007-07-28gas/testsuite/H.J. Lu9-35/+254
2007-07-28 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4835 * gas/i386/simd-intel.d: Updated. * gas/i386/simd.d: Likewise. * gas/i386/x86-64-simd-intel.d: Likewise. * gas/i386/x86-64-simd.d: Likewise. * gas/i386/simd.s: Add new tests. * gas/i386/x86-64-simd.s: Likewise. opcodes/ 2007-07-28 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4835 * i386-dis.c (Eq): New. (EMC): Renamed to ... (EMCq): This. Use q_mode instead of v_mode. (prefix_user_table): Updated to use EXd, EXq, EMCq, Ed and Eq when appropriated.
2007-07-28* MAINTAINERS: Update my email address.Christopher Faylor2-1/+5
2007-07-28gas/testsuite/H.J. Lu7-11/+31
2007-07-28 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/x86-64-opcode.d: Updated. * gas/i386/x86-64-simd-intel.d: Likewise. * gas/i386/x86-64-simd.d: Likewise. * gas/i386/x86-64-simd.s: Add movq. opcodes/ 2007-07-28 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (dis386_twobyte): Change "movd" to "movK". (prefix_user_table): Likewise. Use EXq instead of EXx on "movq".
2007-07-282007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+5
* tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof.
2007-07-28daily updateAlan Modra1-1/+1
2007-07-28*** empty log message ***gdbadmin1-1/+1
2007-07-27 * scripttempl/elf.sc: Add .note.gnu.build-id.Jakub Jelinek2-0/+5
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-3/+8
* cofflink.c (coff_link_add_symbols): Return if count is zero.
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+3
* coff-i386.c (coff_i386_rtype_to_howto): Off by one error.
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+6
* aoutx.h (slurp_symbol_table): Return if count == 0.
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-2/+7
* coffgen.c (_bfd_coff_read_internal_relocs): Return if count is zero.
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-3/+11
* elf32-i386.c (elf_i386_check_relocs): Check for null pointer.
2007-07-272007-07-27 Michael Snyder <michael.snyder@access-company.com>Michael Snyder2-2/+17
* server.c (main): Check for inferior exit before main loop.
2007-07-27 * gdb.threads/staticthreads.exp: Match .*sem_post.Daniel Jacobowitz2-1/+5
2007-07-27 * gdb.base/readline.exp (operate_and_get_next): Match the finalDaniel Jacobowitz2-0/+8
prompt.
2007-07-27 * ppc-opc (PPC7450): New.Nathan Sidwell2-1/+7
(powerpc_opcodes): Use it in dcba.
2007-07-272007-07-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+5
* config.bfd (x86_64-*-mingw*): Don't include x86_64coff_vec.