aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-202007-08-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-2/+9
* elf32-i386.c (elf_i386_tls_transition): Break long line. * elf64-x86-64.c (elf64_x86_64_tls_transition): Likewise.
2007-08-20Revision of previous delta using bfd_vma cast instead of 1L.Nick Clifton1-1/+1
2007-08-202007-08-20 Jan Kratochvil <jan.kratochvil@redhat.com>Jan Kratochvil2-4/+17
* elfxx-target.h [ELF_COMMONPAGESIZE && ELF_MAXPAGESIZE] (ELF_MINPAGESIZE): Fixed its size guess. Sanity checked its size. (ELF_COMMONPAGESIZE, ELF_MAXPAGESIZE): Sanity checked their size.
2007-08-20* elflink.c (elf_fixup_link_order): Rewrite conversion of s->alignment_powerNick Clifton2-1/+7
into an offset mask in order to avoid a gcc error message.
2007-08-20daily updateAlan Modra1-1/+1
2007-08-20*** empty log message ***gdbadmin1-1/+1
2007-08-19*** empty log message ***gdbadmin1-1/+1
2007-08-19daily updateAlan Modra1-1/+1
2007-08-182007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>Michael Snyder2-5/+4
* stabsread.c (dbx_lookup_type): Memory leak.
2007-08-182007-08-18 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+4
* event-loop.c (delete_async_signal_handler): Move pointer null test to before pointer dereference.
2007-08-182007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>Michael Snyder2-2/+9
* ui-out.c (append_header_to_list): Possible cut and paste error.
2007-08-182007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>Michael Snyder2-1/+5
* MAINTAINERS: white space tweak.
2007-08-182007-08-18 Paul Brook <paul@codesourcery.com>Joseph Myers7-6/+58
Joseph Myers <joseph@codesourcery.com> * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it. * Makefile.in: Regenerate. * configure.ac (--with-debug-prefix-map): New. * configure: Regenerate. config: 2007-08-18 Paul Brook <paul@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * mt-gnu (CXXFLAGS_FOR_TARGET): Add $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2007-08-18 * gdb.base/step-line.c: Switch license to GPL version 3, andJoel Brobecker4-14/+19
update copyright year. * gdb.base/step-line.inp: Likewise.
2007-08-18 * ld.texinfo (Input Section Basics): Correct EXCLUDE_FILE example.Alan Modra2-1/+5
2007-08-18 * gdb.base/gdb1555.exp: Make expected output immune to formattingJoel Brobecker3-13/+21
changes inside gdb1555.c. * gdb.base/pending.exp: Likewise.
2007-08-182007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+6
* stack.c (print_frame): Memory leak.
2007-08-182007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2-26/+29
* completer.c (filename_completer): Avoid memory leak. Remove unnecessary nested block.
2007-08-18*** empty log message ***gdbadmin1-1/+1
2007-08-18daily updateAlan Modra1-1/+1
2007-08-172007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+7
* c-exp.y (parse_number): Memory leak.
2007-08-172007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+8
* completer.c (location_completer): Must free 'fn_list', except in the one case where it is returned (as 'list').
2007-08-172007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+4
* varobj.c (value_of_root): Memory leak.
2007-08-172007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder3-22/+22
* gdbtypes.h (virtual_base_list): Remove export decl. * gdbtypes.c (virtual_base_list): Make static. Not called outside. (virtual_base_index): Memory leak. (virtual_base_index_skip_primaries): Ditto.
2007-08-17 * config.bfd: Handle sparcv*-*-linux-* the same as sparc-*-linux-*.Jakub Jelinek11-10/+29
Change sparc64-*-linux-* to sparc64*-*-linux-*. * configure.host: Handle sparcv*-*-linux-* the same as sparc-*-linux-*. Change sparc64-*-linux-* to sparc64*-*-linux-*. * ld-sparc/tlssunnopic32.dd: Fix up #target. * ld-sparc/tlssunnopic32.rd: Likewise. * ld-sparc/tlssunnopic32.sd: Likewise. * ld-sparc/tlssunnopic64.dd: Likewise. * ld-sparc/tlssunnopic64.rd: Likewise. * ld-sparc/tlssunnopic64.sd: Likewise.
2007-08-172007-08-17 Maxim Grigoriev <maxim2405@gmail.com>Maxim Grigoriev2-291/+1043
* xtensa-tdep.c (ARG_NOF, ARG_1ST, PS_WOE, PS_EXC, C0_MAXOPDS) (C0_NREGS, C0_CLESV, C0_SP, C0_FP, C0_RA, C0_ARGS, C0_NARGS) (C0_CONST, C0_INEXP, C0_NOSTK): New macros. (xtensa_read_register): New function. (xtensa_windowed_frame_cache, xtensa_call0_frame_cache, xtensa_c0reg) (xtensa_insn_kind): New types. (xtensa_frame_cache, xtensa_alloc_frame_cache, xtensa_frame_cache) (xtensa_frame_prev_register, xtensa_return_value, xtensa_skip_prologue) (xtensa_verify_config, xtensa_pseudo_register_read) (xtensa_pseudo_register_write, xtensa_extract_return_value) (xtensa_store_return_value) (xtensa_push_dummy_call): Extended to support Xtensa Call0 ABI. (windowing_enabled, extract_call_winsize, xtensa_unwind_dummy_id) (xtensa_frame_this_id, xtensa_frame_prev_register) (xtensa_register_type, xtensa_reg_to_regnum): Cosmetic changes. (call0_frame_cache, call0_frame_get_reg_at_entry) (call0_classify_opcode, call0_track_op) (call0_analyze_prologue, call0_frame_cache): New functions.
2007-08-17merge from gccDJ Delorie2-27/+18
2007-08-17 * breakpoint.c (bpstat_free): New.Vladimir Prus3-8/+31
(bpstat_clear): Use bpstat_free. (delete_breakpoint): Document why we cannot remove bpstats from stop_bpstat. * breakpoint.h (bpstat_free): Declare.
2007-08-17 PR gas/4079Alan Modra2-32/+53
* config/tc-i386.c (x86_cons): Complain about invalid @got etc. expressions. (i386_immediate): Detect and complain about more cases of invalid immediate expressions. Return failure rather than converting them to zero. (i386_displacement): Likewise.
2007-08-17 * emultempl/alphaelf.em: Format option help.Alan Modra16-128/+174
* emultempl/armcoff.em: Likewise. * emultempl/armelf.em: Likewise. * emultempl/avrelf.em: Likewise. * emultempl/elf32.em: Likewise. * emultempl/hppaelf.em: Likewise. * emultempl/ia64elf.em: Likewise. * emultempl/m68hc1xelf.em: Likewise. * emultempl/ppc32elf.em: Likewise. * emultempl/ppc64elf.em: Likewise. * emultempl/scoreelf.em: Likewise. * emultempl/spuelf.em: Likewise. * emultempl/ticoff.em: Likewise. * emultempl/vxworks.em: Likewise. * emultempl/xtensaelf.em: Likewise.
2007-08-17 * ldexp.c (exp_get_vma, exp_get_fill): Canonicalise error messages.Alan Modra5-10/+22
* lexsup.c (ld_options): Don't use tabs in help text. * emultempl/armcoff.em (gld${EMULATION_NAME}_finish): Fix typo. * emultempl/pe.em (gld${EMULATION_NAME}_finish): Fix typo.
2007-08-17ld/testsuite/Richard Sandiford3-1/+11
* lib/ld-lib.exp (run_dump_test): Allow [big_or_little_endian] to appear in assembler and linker options. * ld-mips-elf/vxworks1-static.d (ld): Add [big_or_little_endian].
2007-08-172007-08-17 Richard Sandiford <richard@codesourcery.com>Richard Sandiford4-0/+22
Nigel Stephens <nigel@mips.com> * config/mt-sde: New file. * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde as target_makefile_frag. * configure: Regenerate.
2007-08-17 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.Alan Modra12-0/+31
2007-08-17* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):Alexandre Oliva4-222/+2770
Add to flags_to_pass. Adjust uses of BOOT_CFLAGS. (bootstrap2-debug, bootstrap-debug): New bootstrap stages. * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New. (do-compare, do-compare3, do-compare-debug): New. ([+compare-target+]): Use them.
2007-08-17*** empty log message ***gdbadmin1-1/+1
2007-08-17daily updateAlan Modra1-1/+1
2007-08-16bfd/H.J. Lu6-69/+46
2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * elf.c: Revert last change. binutils/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * readelf.c: Revert last change. include/elf/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * common.h: Revert last change.
2007-08-16event-loop.c (gdb_wait_for_event): Move statement into if block.Michael Snyder2-2/+5
2007-08-16 * ld-srec/srec.exp: Always pass "-G 0". Remove all powerpcAlan Modra2-7/+8
xfails.
2007-08-16bfd/H.J. Lu6-34/+89
2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * elf.c (get_segment_type): Change PT_GNU_STACK to PT_GNU_ATTR. (bfd_section_from_phdr): Likewise. (get_program_header_size): Likewise. Add a PT_GNU_ATTR segment if there is an attribute section. (_bfd_elf_map_sections_to_segments): Likewise. (IS_SECTION_IN_INPUT_SEGMENT): Likewise. binutils/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (get_segment_type): Change PT_GNU_STACK to PT_GNU_ATTR. include/elf/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * common.h (PT_GNU_STACK): Renamed to ... (PT_GNU_ATTR): This. (PT_GNU_STACK): New. Make an alias of PT_GNU_ATTR.
2007-08-16daily updateAlan Modra1-1/+1
2007-08-16*** empty log message ***gdbadmin1-1/+1
2007-08-15 * ada-lang.c (resolve_subexp): Correct arity of binary operators.Joel Brobecker2-0/+8
2007-08-15 * ada-lang.c (possible_user_operator_p): Alternative fix to lastJoel Brobecker2-8/+7
checkin guarding against NULL.
2007-08-15 PR 4923Alan Modra2-33/+38
* emultempl/elf32.em (after_open): Return immediately when non-ELF output.
2007-08-152007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder13-116/+156
* tui-command.c, tui-data.c, tui-disasm.c, tui-file.c, tui-io.c, tui-layout.c, tui-regs.c, tui-source.c, tui-win.c, tui-windata.c, tui-wingeneral.c, tui-winsource.c: Coding standard, && and || go at beginning of new line.
2007-08-15daily updateAlan Modra1-1/+1
2007-08-15*** empty log message ***gdbadmin1-1/+1
2007-08-142007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder23-264/+404
* tui-data.c, tui-data.h, tui-disasm.c, tui-disasm.h, tui-hooks.c, tui-io.c, tui-layout.c, tui-layout.h, tui-out.c, tui-regs.c, tui-source.c, tui-source.h, tui-stack.c, tui-win.c, tui-win.h, tui-windata.c, tui-windata.h, tui-wingeneral.c, tui-winsource.c, tui-winsource.h, tui.c, tui.h: Function declarations and definitions, wrap long lines.