aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-25 * elf32-arm.c (STUB_ENTRY_NAME): Define.Daniel Jacobowitz23-144/+265
(arm_thumb_thumb_long_branch_stub): Use bx instead of b.n. (arm_pic_long_branch_stub): Mention R_ARM_REL32 instead of R_ARM_ABS32. (struct elf32_arm_stub_hash_entry): Add output_name. (arm_build_one_stub): Move offsets into the offset argument of _bfd_final_link_relocate. Correct offset for arm_thumb_arm_v4t_stub_long_branch. (elf32_arm_size_stubs): Set stub_entry->output_name. (elf32_arm_ouput_plt_map_sym): Rename to elf32_arm_output_map_sym. Update all callers. (elf32_arm_output_stub_sym): New. (arm_map_one_stub): Correct formatting. Use elf32_arm_output_stub_sym. * ld-arm/farcall-arm-arm-be8.d, ld-arm/farcall-arm-arm-pic-veneer.d, ld-arm/farcall-arm-arm.d, ld-arm/farcall-arm-thumb-blx-pic-veneer.d, ld-arm/farcall-arm-thumb-blx.d, ld-arm/farcall-arm-thumb-pic-veneer.d, ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d, ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d, ld-arm/farcall-thumb-arm-blx-pic-veneer.d, ld-arm/farcall-thumb-arm-blx.d, ld-arm/farcall-thumb-arm.d, ld-arm/farcall-thumb-thumb-blx-pic-veneer.d, ld-arm/farcall-thumb-thumb-blx.d, ld-arm/farcall-thumb-thumb-m.d, ld-arm/thumb2-bl-as-thumb1-bad.d, ld-arm/thumb2-bl-bad.d: Update for stub symbols and stub corrections.
2008-06-25daily updateAlan Modra1-1/+1
2008-06-25*** empty log message ***gdbadmin1-1/+1
2008-06-242008-06-24 Michael Snyder <msnyder@specifix.com>Michael Snyder2-6/+9
* infrun.c (_initialize_infrun): White space and typo fix.
2008-06-24 * version.cc (version_string): Bump to 1.7Craig Silverstein2-1/+5
2008-06-24merge from gccDJ Delorie2-0/+13
2008-06-24* win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.Christopher Faylor3-4/+12
(do_initial_win32_stuff): Fix problem with inability to set breakpoints when first loading DLL with "dll" command.
2008-06-24 * write.c (relax_segment <rs_org>): Include current stretchAlan Modra2-7/+9
value when calculating whether .org is backwards.
2008-06-24*** empty log message ***gdbadmin1-1/+1
2008-06-24daily updateAlan Modra1-1/+1
2008-06-23 * fix wrong entry datesPierre Muller1-3/+3
2008-06-23*** empty log message ***gdbadmin1-1/+1
2008-06-22*** empty log message ***gdbadmin1-1/+1
2008-06-21*** empty log message ***gdbadmin1-1/+1
2008-06-20* gas/mips/e32-rel2.d: Add -march=mips1 for as.Chao-ying Fu2-1/+5
2008-06-20gdb/gdbserver/Carlos O'Donell2-0/+5
2008-06-20 Carlos O'Donell <carlos@codesourcery.com> * server.c (gdbserver_usage): Mention --version.
2008-06-20 * gnu-nat.c (proc_string): Use capital T for "Thread".Pierre Muller2-1/+5
2008-06-20*** empty log message ***gdbadmin1-1/+1
2008-06-19* basic_blocks.c: Always include "gprof.h" first.Andreas Schwab11-10/+23
* cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gprof.c: Likewise. * hist.c: Likewise. * search_list.c: Likewise. * sym_ids.c: Likewise. * utils.c: Likewise.
2008-06-19 * elf32-spu.c (needs_ovl_stub): Correctly return nonovl_stub forAlan Modra2-1/+6
non-branch insns.
2008-06-19updateAlan Modra3-4/+9
2008-06-19 * emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Make "can notAlan Modra2-1/+6
build overlay stubs" a fatal error.
2008-06-19 * elf32-spu.c (build_stub): Allow wraparound on stub branches.Alan Modra2-13/+18
(allocate_spuear_stubs, build_spuear_stubs): Return value from count_stub/build_stub. (spu_elf_build_stubs): Correct location of stub reloc error message.
2008-06-192008-06-19 Eric Blake <ebb9@byu.net>Eric Blake2-19/+26
Adjust strsignal to POSIX 200x prototype. * strsignal.c (strsignal): Remove const.
2008-06-19 * win32-nat.c (win32_pid_to_str): Use capital T for "Thread".Pierre Muller3-2/+6
2008-06-19*** empty log message ***gdbadmin1-1/+1
2008-06-19daily updateAlan Modra1-1/+1
2008-06-18 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.Ian Lance Taylor2-1/+3
2008-06-182008-06-18 Craig Silverstein <csilvers@google.com>Craig Silverstein2-6/+12
* powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast constant 0xFFFF to type Valtype. (Powerpc_relocate_functions::rel16_ha): Likewise.
2008-06-18 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing ifJoel Brobecker2-2/+14
the target cannot run.
2008-06-18 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing ifJoel Brobecker2-0/+10
we're attaching to a running process.
2008-06-182008-06-18 Ian Lance Taylor <iant@google.com>Ian Lance Taylor2-1/+5
* src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2008-06-18 elf32-cr16.c (ELF_MACHINE_ALT1): Define to EM_CR16_OLD.M R Swami Reddy1-0/+4
2008-06-18 elf32-cr16.c (ELF_MACHINE_ALT1): Define to EM_CR16_OLD.M R Swami Reddy1-0/+1
2008-06-18 common.h (EM_CR16): Correct value.M R Swami Reddy1-0/+5
(EM_CR16): Rename to EM_CR16_OLD.
2008-06-18 common.h (EM_CR16): Correct value.M R Swami Reddy1-2/+3
(EM_CR16): Rename to EM_CR16_OLD.
2008-06-18 Updated the readelf with Add EM_CR16_OLD.M R Swami Reddy1-0/+7
2008-06-18 (guess_is_rela): Add EM_CR16_OLD.M R Swami Reddy1-1/+5
(dump_relocations): Likewise. (get_machine_name): Likewise. (is_32bit_abs_reloc): Likewise.
2008-06-18 * win32-nat.c (handle_load_dll): Give dll name and load addressPierre Muller3-0/+16
if debug_events is on. (handle_unload_dll): Likewise.
2008-06-18 * output.h (Output_section::Input_section): Initialize p2align_ toIan Lance Taylor7-6/+146
zero for Output_section_data constructors. (Output_section::Input_section::addralign): If not an input section, return the alignment of the Output_section_data. * testsuite/copy_test.cc: New file. * testsuite/copy_test_1.cc: New file. * testsuite/copy_test_2.cc: New file. * testsuite/Makefile.am (check_PROGRAMS): Add copy_test. (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables. (copy_test_LDFLAGS, copy_test_LDADD): New variables. (copy_test_1_pic.o, copy_test_1.so): New targets. (copy_test_2_pic.o, copy_test_2.so): New targets. * testsuite/Makefile.in: Rebuild.
2008-06-18 * script-sections.cc (Script_sections::place_orphan): InitializeIan Lance Taylor2-2/+7
local variable exact.
2008-06-18merge from gccDJ Delorie7-71/+186
2008-06-18daily updateAlan Modra1-1/+1
2008-06-18*** empty log message ***gdbadmin1-1/+1
2008-06-17 * configure: Regenerate.Ralf Wildenhues17-223/+520
config/ * override.m4: Use m4_version_prereq throughout. (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git Autoconf: output pwd along with fatal errors, so the right config.log file is hinted at more prominently. (PARSE_ARGS): Push setting of ac_pwd in this diversion. (_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined. (_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf version _GCC_AUTOCONF_VERSION throughout the tree. (m4_wrap): New override, fix for Posix semantics of m4wrap. binutils/ * configure: Regenerate. opcodes/ * configure: Regenerate. bfd/ * configure: Regenerate. gas/ * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * config.in: Regenerate. * configure: Regenerate.
2008-06-17 * app.c (do_scrub_chars): Do not UNGET an EOF value.Nick Clifton4-8/+94
* ti.h (GET_SCNHDR_NLNNO): Provide an alternative version of this macro which does not trigger an array bounds warning in gcc. (PUT_SCNHDR_NLNNO): Likewise. (GET_SCNHDR_FLAGS): Likewise. (PUT_SCNHDR_FLAGS): Likewise. (GET_SCNHDR_PAGE): Likewise. (PUT_SCNHDR_PAGE): Likewise.
2008-06-17* m32c.opc (BRK, GDBBRK): Remove debug logic.DJ Delorie5-8/+24
* main.c (main): Add option to set raw console. * mem.h (m32c_use_raw_console): Declare. * mem.c (m32c_sim_restore_console): Only restore console if it's been previously set. (m32c_use_raw_console): Define. (mem_get_byte): Set raw console if m32c_use_raw_console is set.
2008-06-17*** empty log message ***gdbadmin1-1/+1
2008-06-17daily updateAlan Modra1-1/+1
2008-06-16 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, whenRalf Wildenhues3-59/+66
"$@" is still intact with both Autoconf 2.59 and 2.62. * configure: Regenerate.