aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker798-3530/+1993
Switch the license of all .h files to GPLv3. Switch the license of all .cc files to GPLv3.
2007-08-23 * configure.ac: Switch license to GPLv3.Joel Brobecker6-15/+21
2007-08-23 Switch the licensing to GPLv3 for all .ads and .adb files.Joel Brobecker15-50/+32
2007-08-232007-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-8/+19
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerated.
2007-08-23bfd/H.J. Lu9-589/+947
2007-08-23 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c: Include "bfd_stdint.h". (elf_i386_rtype_to_howto): New function. (elf_i386_info_to_howto_rel): Use it. (x86_64_opcode16): New union type. (elf_i386_check_tls_transition): New function. (elf_i386_tls_transition): Updated to check transition and issue an error if a transition isn't supported. (elf_i386_check_relocs): Return FALSE if elf_i386_tls_transition returns FALSE. (elf_i386_gc_sweep_hook): Likewise. (elf_i386_relocate_section): Likewise. Remove BFD_ASSERT on TLS transitions. * elf64-x86-64.c: Include "bfd_stdint.h". (x86_64_opcode16): New union type. (x86_64_opcode32): Likewise. (elf64_x86_64_check_tls_transition): New function. (elf64_x86_64_tls_transition): Updated to check transition and issue an error if a transition isn't supported. (elf64_x86_64_check_relocs): Return FALSE if elf64_x86_64_tls_transition returns FALSE. (elf64_x86_64_gc_sweep_hook): Likewise. (elf64_x86_64_relocate_section): Likewise. Remove BFD_ASSERT on TLS transitions. ld/testsuite/ 2007-08-23 H.J. Lu <hongjiu.lu@intel.com> * ld-i386/tlsbinpic.s: Add a new GD -> IE test. * ld-i386/tlsgd1.s: Add a new GD -> LE test. * ld-i386/tlsbin.dd: Updated. * ld-i386/tlsbin.rd: Likewise. * ld-i386/tlsgd1.dd: Likewise.
2007-08-23 * doc/c-arm.texi (ARM Directives): Move brackets out of @vars.Ben Elliston2-2/+6
2007-08-23*** empty log message ***gdbadmin1-1/+1
2007-08-23daily updateAlan Modra1-1/+1
2007-08-22Recognize and ignore the --eh-frame-hdr option.Ian Lance Taylor2-0/+13
2007-08-222007-08-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-376/+160
* elfxx-ia64.c: Convert to ISO C90 prototypes. (elfNN_hpux_backend_section_from_bfd_section): Make it static.
2007-08-22 * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP toDaniel Jacobowitz2-0/+30
determine the file's FPU type.
2007-08-22 gdb/testsuite/Daniel Jacobowitz5-11/+116
* gdb.base/callfuncs.exp (do_function_calls): Use t_double_int and t_int_double. * gdb.base/callfuncs.c (t_double_int, t_int_double): New. gdb/ * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New. (mips_n32n64_push_dummy_call): Always increment float_argreg along with argreg. Use mips_n32n64_fp_arg_chunk_p.
2007-08-22 * solib-svr4.c (scan_dyntag): Only read target memory when necessary.Daniel Jacobowitz2-19/+36
Fix formatting. (elf_locate_base): Look for DT_MIPS_RLD_MAP first. Expand comments. (elf_lookup_lib_symbol): Fix formatting.
2007-08-222007-08-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-6/+11
* elf64-x86-64.c: Remove trailing whitespace. * elfxx-ia64.c: Likewise.
2007-08-22Add support for -E/--export-dynamic. Also clean up --help output a bit.Ian Lance Taylor4-6/+33
2007-08-222007-08-21 Michael Snyder <msnyder@access-company.com>Michael Snyder2-4/+13
* dbxread.c (read_dbx_symtab): Guard null deref. Break up long line.
2007-08-222007-08-21 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+6
* valops.c (find_overload_match): Guard against NULL.
2007-08-22 * MAINTAINERS (Patch Champions): Remove self.Daniel Jacobowitz2-1/+4
2007-08-22daily updateAlan Modra1-1/+1
2007-08-22*** empty log message ***gdbadmin1-1/+1
2007-08-21Implement --whole-archive.Ian Lance Taylor5-28/+146
2007-08-21Make relative references in linker scripts absolute and update achatham2-2/+15
comment about relocate() being called.
2007-08-21Force PT_LOAD segments to be aligned to the page size.Ian Lance Taylor2-2/+17
2007-08-21Add support for -rpath.Ian Lance Taylor4-1/+47
2007-08-212007-08-21 Andreas Krebbel <krebbel1@de.ibm.com>Andreas Krebbel3-83/+138
* s390-mkopc.c (struct s390_cond_ext_format): New global struct. (s390_cond_ext_format): New global variable. (expandConditionalJump): New function. (main): Invoke expandConditionalJump for mnemonics containing '*'. * s390-opc.txt: Replace mnemonics with conditional mask extensions with instructions using the newly introduced '*' tag.
2007-08-21* gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.Jim Blandy2-0/+12
(title page): Include the dedication in the printed manual, as a separate page after the copyright notice.
2007-08-212007-08-21 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-11/+26
* elf32-i386.c (elf_i386_tls_transition): Accept a pointer to ELF hash entry instead of an integer for local test. (elf_i386_check_relocs): Updated. (elf_i386_gc_sweep_hook): Likewise. (elf_i386_relocate_section): Likewise. * elf64-x86-64.c (elf64_x86_64_tls_transition): Accept a pointer to ELF hash entry instead of an integer for local test. (elf64_x86_64_check_relocs): Updated. (elf64_x86_64_gc_sweep_hook): Likewise. (elf64_x86_64_relocate_section): Likewise.
2007-08-212007-08-21 Chris Smith <chris.smith@st.com>Daniel Jacobowitz2-0/+6
* cli/cli-script.c (read_command_lines): Call dont_repeat for each line.
2007-08-21Bring over from the GCC tree:Ben Elliston3-4/+9
2007-08-21 Richard Guenther <rguenther@suse.de> * configure.ac: Add types checking to stage1 checking flags. * configure: Regenerate.
2007-08-21daily updateAlan Modra1-1/+1
2007-08-21*** empty log message ***gdbadmin1-1/+1
2007-08-20* gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:Jim Blandy2-2/+6
don't break a @var across a line.
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.