summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-1410-189/+137
| | | | | | * tui-command.c, tui-data.c, tui-disasm.c, tui-layout.c, tui-regs.c, tui-win.c, tui-windata.c, tui-winsource.c, tui.c: Reformat block comments to GNU standard.
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-1422-413/+461
| | | | | | | | | * tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c, tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c, tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h, tui.c, tui.h: Comment reformatting to coding standard (capitals, spaces after periods, etc).
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-1416-164/+172
| | | | | | | | * tui-data.c, tui-data.h, tui-disasm.c, tui-hooks.c, tui-layout.c, tui-regs.c, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c, tui-wingeneral.c, tui-wingeneral.h, tui-winsource.c, tui.c, tui-winsource.h: Whitespace changes, fix pointer declarations to be consistant.
* * ada-lang.c (field_alignment): Guard against NULL.Joel Brobecker2007-08-142-1/+14
|
* * MAINTAINERS (Global Maintainers): Add self.Joel Brobecker2007-08-142-0/+5
|
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-142-13/+2
| | | | * mi/mi-interp.c (mi_cmd_interpreter_exec): Dead code, dead variable.
* bfd/H.J. Lu2007-08-143-10/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-14 H.J. Lu <hongjiu.lu@intel.com> PR ld/4918 * elf32-i386.c (elf_i386_relocate_section): Allow R_386_PC32 on ___tls_get_addr for GD->LE/LD->LE transitions when not building shared library. * elf64-x86-64.c (elf64_x86_64_relocate_section): Allow R_X86_64_PC32 on __tls_get_addr for GD->LE/LD->LE transitions when not building shared library. ld/testsuite/ 2007-08-14 H.J. Lu <hongjiu.lu@intel.com> PR ld/4918 * ld-i386/i386.exp (i386tests): Add tlsgd1 and tlsld1 tests. * ld-x86-64/x86-64.exp (x86_64tests): Likewise. * ld-i386/tlsgd1.dd: New file. * ld-i386/tlsgd1.s: Likewise. * ld-i386/tlsld1.dd: Likewise. * ld-i386/tlsld1.s: Likewise. * ld-x86-64/tlsgd1.dd: Likewise. * ld-x86-64/tlsgd1.s: Likewise. * ld-x86-64/tlsld1.dd: Likewise. * ld-x86-64/tlsld1.s: Likewise.
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-142-1/+3
| | | | * ada-lang.c (possible_user_operator_p): Guard against NULL.
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-142-3/+9
| | | | | * varobj.c (cplus_describe_child): Guard against null. Use "NULL" instead of "0" to initialize pointers.
* * arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settingsDaniel Jacobowitz2007-08-142-27/+22
| | | | | to match any gdbarch with matching OSABI. Set default ABI and FPU after running the OSABI handler.
* * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...Daniel Jacobowitz2007-08-143-2/+7
| | | | * config/i386/linux.mt (TDEPFILES): ...to here.
* Fix changelog formattingVladimir Prus2007-08-141-2/+0
|
* gdb/Vladimir Prus2007-08-145-16/+14
| | | | | | | | | * breakpoint.c (disable_breakpoints_in_shlibs): Remove the 'silent' parameter and code to implement that. * breakpoint.h (disable_breakpoints_in_shlibs): Adjust prototype. * win32-nat.c: Adjust. * solib.c: Adjust.
* gdb/Vladimir Prus2007-08-142-27/+7
| | | | | * breakpoint.c (update_breakpoints_after_exec): Don't set address to zero.
* 2007-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>Jan Kratochvil2007-08-142-10/+19
| | | | | | | * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): LOADBASE is now initialized only on the first PT_LOAD. New variable LOADBASE_SET. Removed PF_R checking for IA-64 vDSOs as redundant now. Code advisory: Roland McGrath
* 2007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-142-410/+520
| | | | * valops.c: Whitespace clean-up.
* *** empty log message ***gdbadmin2007-08-141-1/+1
|
* daily updateAlan Modra2007-08-141-1/+1
|
* 2007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-132-23/+20
| | | | * tui/tui-winsource.c (tui_alloc_source_buffer): Clean up allocation.
* 2007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-132-1/+3
| | | | * event-top.c (command_line_handler): Memory leak.
* 2007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-132-1/+4
| | | | | * mi/mi-cmd-var.c (mi_cmd_var_set_format): Memory leak. No need to make copy.
* 2007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-132-1/+6
| | | | * source.c (find_source_lines): Require symtab 's'.
* bfd/Richard Sandiford2007-08-132-16/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * elfxx-mips.c (mips_elf_link_hash_table): Add computed_got_sizes. (mips_elf_record_global_got_symbol): Increment local_gotno for each forced-local symbol. (_bfd_mips_elf_check_relocs): Pass forced-local call symbols to mips_elf_record_global_got_symbol for VxWorks too. (_bfd_mips_elf_always_size_sections): Set computed_got_sizes to true after computing the GOT size. (_bfd_mips_elf_hide_symbol): Increase local_gotno whenever got.offset == 1. Only adjust global_gotno if computed_got_sizes. For VxWorks, add a local entry when hiding a symbol that needs a plt but has not been marked as needing a global got entry. (_bfd_mips_elf_link_hash_table_create): Set computed_got_sizes to false. ld/testsuite/ * ld-mips-elf/vxworks-forced-local-1.d, * ld-mips-elf/vxworks-forced-local-1.s, * ld-mips-elf/vxworks-forced-local-1.ver: New test. * ld-mips-elf/mips-elf.exp: Run it. * ld-mips-elf/tlsdyn-o32-2.d: Adjust for removal of unnecessary local GOT entry. * ld-mips-elf/tlsdyn-o32-2.got: Likewise. * ld-mips-elf/tlsdyn-o32-3.d: Likewise. * ld-mips-elf/tlsdyn-o32-3.got: Likewise. * ld-mips-elf/vxworks1-lib.dd: Likewise. * ld-mips-elf/vxworks1-lib.rd: Likewise.
* * config/default.exp: New file.Daniel Jacobowitz2007-08-132-0/+22
|
* * standards.texi: Import 22 July 2007 version.Nick Clifton2007-08-134-570/+1264
| | | | | * fdl.texi: Import version 1.2. * make-stds.texi: Import 2006 version.
* * coffgen.c (coff_get_normalized_symtab): Correct cast.Daniel Jacobowitz2007-08-132-1/+5
|
* * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): PassBen Elliston2007-08-133-0/+19
| | | | | --silent if $silent. * configure: Regenerate.
* * elf.c (elf_modify_segment_map): Add remove_empty_load param.Alan Modra2007-08-132-6/+18
| | | | | | | | Don't remove empty PT_LOAD header if false. (_bfd_elf_map_sections_to_segments): If user phdrs, pass false to elf_modify_segment_map. (assign_file_positions_for_load_sections): Pass false to elf_modify_segment_map.
* bfd/Alan Modra2007-08-132-41/+124
| | | | | | | | | | | | | | | | | | | | | | * elf64-ppc.c (ADDI_R12_R12, LD_R11_0R2, LD_R2_0R2): Define. Update stub comments. (build_plt_stub): Build two variants, one without "addis". (ppc_build_one_stub): Build stubs without "addis" if possible. (ppc_size_one_stub): Size new stubs. ld/testsuite/ * ld-powerpc/relbrlt.s (.text.pad2): Adjust space. * ld-powerpc/relbrlt.d: Update. * ld-powerpc/tlsexe.d: Update. * ld-powerpc/tlsexe.g: Update. * ld-powerpc/tlsexe.r: Update. * ld-powerpc/tlsexetoc.d: Update. * ld-powerpc/tlsexetoc.g: Update. * ld-powerpc/tlsexetoc.r: Update. * ld-powerpc/tlsso.d: Update. * ld-powerpc/tlsso.g: Update. * ld-powerpc/tlsso.r: Update. * ld-powerpc/tlstocso.d: Update. * ld-powerpc/tlstocso.g: Update.
* daily updateAlan Modra2007-08-131-1/+1
|
* *** empty log message ***gdbadmin2007-08-131-1/+1
|
* * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.Daniel Jacobowitz2007-08-122-1/+6
|
* daily updateAlan Modra2007-08-121-1/+1
|
* *** empty log message ***gdbadmin2007-08-121-1/+1
|
* 2007-08-11 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-112-4/+8
| | | | * completer.c: Spelling fix in comments.
* bfd/Richard Sandiford2007-08-112-0/+5
| | | | * config.bfd (sh-*-vxworks): Define targ_underscore to "yes".
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-112-14/+15
| | | | * gdbtypes.c: Coding standard cleanup.
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-112-368/+476
| | | | * gdbtypes.c: Comment/whitespace cleanup.
* *** empty log message ***gdbadmin2007-08-111-1/+1
|
* daily updateAlan Modra2007-08-111-1/+1
|
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-102-1/+5
| | | | | * stabsread.c (read_huge_number): Attempt to compute value before values that it depends on.
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-102-6/+11
| | | | | | | | * linespec.c (decode_dollar): Dead code, ptr can't be non-null. (decode_objc): Use "NULL" instead of 0. (find_method): Ditto. (decode_all_digits): Ditto. (decode_dollar): Ditto.
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-102-0/+3
| | | | * mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-102-1/+6
| | | | * mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-102-1/+4
| | | | | * solib-svr4.c (enable_break): Don't free tmp_pathname until after closing bfd.
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-102-19/+24
| | | | * completer.c: Comment/whitespace cleanup.
* * Makefile.in (i386nbsd-nat.o): Add missing dependency.Joel Brobecker2007-08-102-2/+7
|
* 2007-08-10 Maxim Grigoriev <maxim2405@gmail.com>Maxim Grigoriev2007-08-102-0/+9
| | | | | * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly allocated file descriptors.
* * Makefile.in: Minor cleanup throughout; add some missing variables,Joel Brobecker2007-08-102-22/+32
| | | | | add some missing rules, remove some rules that are no longer needed, and fix the dependencies in several rules.
* * sim-memopt.c (memory_options): Mention that the memory-size switch accepts ↵Nick Clifton2007-08-103-7/+47
| | | | | | | | suffixes. (parse_size): Handle a suffix on the size value. * sim-options.c (standard_options): Mention that the mem-size switch accepts suffixes. (standard_option_handler): Handle a suffix on the size value.