OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
17 years ago Switch the license of all .exp files to GPLv3.
Joel Brobecker [Thu, 23 Aug 2007 18:14:19 +0000 (18:14 +0000)]
    Switch the license of all .exp files to GPLv3.
        Switch the license of all .f and .f90 files to GPLv3.
        Switch the license of all .s and .S files to GPLv3.

17 years ago Switch the license of all .c files to GPLv3.
Joel Brobecker [Thu, 23 Aug 2007 18:08:50 +0000 (18:08 +0000)]
    Switch the license of all .c files to GPLv3.
        Switch the license of all .h files to GPLv3.
        Switch the license of all .cc files to GPLv3.

17 years ago * configure.ac: Switch license to GPLv3.
Joel Brobecker [Thu, 23 Aug 2007 17:58:44 +0000 (17:58 +0000)]
    * configure.ac: Switch license to GPLv3.

17 years ago Switch the licensing to GPLv3 for all .ads and .adb files.
Joel Brobecker [Thu, 23 Aug 2007 17:49:23 +0000 (17:49 +0000)]
    Switch the licensing to GPLv3 for all .ads and .adb files.

17 years ago2007-08-23 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 23 Aug 2007 16:29:49 +0000 (16:29 +0000)]
2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerated.

17 years agobfd/
H.J. Lu [Thu, 23 Aug 2007 16:13:37 +0000 (16:13 +0000)]
bfd/

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.

17 years agodaily update
Alan Modra [Thu, 23 Aug 2007 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Thu, 23 Aug 2007 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago2007-08-22 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 22 Aug 2007 16:01:12 +0000 (16:01 +0000)]
2007-08-22  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c: Convert to ISO C90 prototypes.
(elfNN_hpux_backend_section_from_bfd_section): Make it static.

17 years ago * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to
Daniel Jacobowitz [Wed, 22 Aug 2007 15:16:56 +0000 (15:16 +0000)]
* mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to
determine the file's FPU type.

17 years ago gdb/testsuite/
Daniel Jacobowitz [Wed, 22 Aug 2007 15:13:04 +0000 (15:13 +0000)]
gdb/testsuite/
* 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.

17 years ago * solib-svr4.c (scan_dyntag): Only read target memory when necessary.
Daniel Jacobowitz [Wed, 22 Aug 2007 14:22:02 +0000 (14:22 +0000)]
* solib-svr4.c (scan_dyntag): Only read target memory when necessary.
Fix formatting.
(elf_locate_base): Look for DT_MIPS_RLD_MAP first.  Expand comments.
(elf_lookup_lib_symbol): Fix formatting.

17 years ago2007-08-22 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 22 Aug 2007 13:44:37 +0000 (13:44 +0000)]
2007-08-22  H.J. Lu  <hongjiu.lu@intel.com>

* elf64-x86-64.c: Remove trailing whitespace.
* elfxx-ia64.c: Likewise.

17 years ago2007-08-21 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Wed, 22 Aug 2007 01:57:05 +0000 (01:57 +0000)]
2007-08-21  Michael Snyder  <msnyder@access-company.com>

* dbxread.c (read_dbx_symtab): Guard null deref.
Break up long line.

17 years ago2007-08-21 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Wed, 22 Aug 2007 01:53:19 +0000 (01:53 +0000)]
2007-08-21  Michael Snyder  <msnyder@access-company.com>

* valops.c (find_overload_match): Guard against NULL.

17 years ago * MAINTAINERS (Patch Champions): Remove self.
Daniel Jacobowitz [Wed, 22 Aug 2007 01:21:45 +0000 (01:21 +0000)]
* MAINTAINERS (Patch Champions): Remove self.

17 years agodaily update
Alan Modra [Wed, 22 Aug 2007 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Wed, 22 Aug 2007 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago2007-08-21 Andreas Krebbel <krebbel1@de.ibm.com>
Andreas Krebbel [Tue, 21 Aug 2007 15:54:30 +0000 (15:54 +0000)]
2007-08-21  Andreas Krebbel  <krebbel1@de.ibm.com>

* 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.

17 years ago* gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
Jim Blandy [Tue, 21 Aug 2007 15:09:59 +0000 (15:09 +0000)]
* gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
(title page): Include the dedication in the printed manual, as a
separate page after the copyright notice.

17 years ago2007-08-21 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 21 Aug 2007 13:52:54 +0000 (13:52 +0000)]
2007-08-21  H.J. Lu  <hongjiu.lu@intel.com>

* 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.

17 years ago2007-08-21 Chris Smith <chris.smith@st.com>
Daniel Jacobowitz [Tue, 21 Aug 2007 13:35:00 +0000 (13:35 +0000)]
2007-08-21  Chris Smith  <chris.smith@st.com>

* cli/cli-script.c (read_command_lines): Call dont_repeat for each
line.

17 years agoBring over from the GCC tree:
Ben Elliston [Tue, 21 Aug 2007 04:15:07 +0000 (04:15 +0000)]
Bring over from the GCC tree:

2007-08-21  Richard Guenther  <rguenther@suse.de>

  * configure.ac: Add types checking to stage1 checking flags.
* configure: Regenerate.

17 years agodaily update
Alan Modra [Tue, 21 Aug 2007 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Tue, 21 Aug 2007 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago* gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
Jim Blandy [Mon, 20 Aug 2007 19:31:11 +0000 (19:31 +0000)]
* gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
don't break a @var across a line.

17 years ago2007-08-20 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Mon, 20 Aug 2007 19:13:04 +0000 (19:13 +0000)]
2007-08-20  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_tls_transition): Break long line.
* elf64-x86-64.c (elf64_x86_64_tls_transition): Likewise.

17 years agoRevision of previous delta using bfd_vma cast instead of 1L.
Nick Clifton [Mon, 20 Aug 2007 13:23:41 +0000 (13:23 +0000)]
Revision of previous delta using bfd_vma cast instead of 1L.

17 years ago2007-08-20 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan Kratochvil [Mon, 20 Aug 2007 13:05:26 +0000 (13:05 +0000)]
2007-08-20  Jan Kratochvil  <jan.kratochvil@redhat.com>

* 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.

17 years ago* elflink.c (elf_fixup_link_order): Rewrite conversion of s->alignment_power
Nick Clifton [Mon, 20 Aug 2007 08:26:35 +0000 (08:26 +0000)]
* elflink.c (elf_fixup_link_order): Rewrite conversion of s->alignment_power
  into an offset mask in order to avoid a gcc error message.

17 years agodaily update
Alan Modra [Mon, 20 Aug 2007 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Mon, 20 Aug 2007 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
gdbadmin [Sun, 19 Aug 2007 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
Alan Modra [Sun, 19 Aug 2007 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>
Michael Snyder [Sat, 18 Aug 2007 20:22:27 +0000 (20:22 +0000)]
2007-08-18  Michael Snyder  <msnyder@svkmacdonelllnx>

* stabsread.c (dbx_lookup_type): Memory leak.

17 years ago2007-08-18 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Sat, 18 Aug 2007 20:05:48 +0000 (20:05 +0000)]
2007-08-18  Michael Snyder  <msnyder@access-company.com>

* event-loop.c (delete_async_signal_handler): Move pointer null
test to before pointer dereference.

17 years ago2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>
Michael Snyder [Sat, 18 Aug 2007 19:45:48 +0000 (19:45 +0000)]
2007-08-18  Michael Snyder  <msnyder@svkmacdonelllnx>

* ui-out.c (append_header_to_list): Possible cut and paste error.

17 years ago2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>
Michael Snyder [Sat, 18 Aug 2007 19:39:45 +0000 (19:39 +0000)]
2007-08-18  Michael Snyder  <msnyder@svkmacdonelllnx>

* MAINTAINERS: white space tweak.

17 years ago2007-08-18 Paul Brook <paul@codesourcery.com>
Joseph Myers [Sat, 18 Aug 2007 15:19:10 +0000 (15:19 +0000)]
2007-08-18  Paul Brook  <paul@codesourcery.com>
            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).

17 years ago * gdb.base/step-line.c: Switch license to GPL version 3, and
Joel Brobecker [Sat, 18 Aug 2007 02:13:15 +0000 (02:13 +0000)]
    * gdb.base/step-line.c: Switch license to GPL version 3, and
        update copyright year.
        * gdb.base/step-line.inp: Likewise.

17 years ago * gdb.base/gdb1555.exp: Make expected output immune to formatting
Joel Brobecker [Sat, 18 Aug 2007 01:21:42 +0000 (01:21 +0000)]
    * gdb.base/gdb1555.exp: Make expected output immune to formatting
        changes inside gdb1555.c.
        * gdb.base/pending.exp: Likewise.

17 years ago2007-08-17 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Sat, 18 Aug 2007 00:21:03 +0000 (00:21 +0000)]
2007-08-17  Michael Snyder  <msnyder@access-company.com>

* stack.c (print_frame): Memory leak.

17 years ago2007-08-17 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Sat, 18 Aug 2007 00:17:08 +0000 (00:17 +0000)]
2007-08-17  Michael Snyder  <msnyder@access-company.com>

* completer.c (filename_completer): Avoid memory leak.
Remove unnecessary nested block.

17 years ago*** empty log message ***
gdbadmin [Sat, 18 Aug 2007 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
Alan Modra [Sat, 18 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago2007-08-17 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Fri, 17 Aug 2007 23:27:42 +0000 (23:27 +0000)]
2007-08-17  Michael Snyder  <msnyder@access-company.com>

* c-exp.y (parse_number): Memory leak.

17 years ago2007-08-17 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Fri, 17 Aug 2007 23:24:18 +0000 (23:24 +0000)]
2007-08-17  Michael Snyder  <msnyder@access-company.com>

* completer.c (location_completer): Must free 'fn_list', except
in the one case where it is returned (as 'list').

17 years ago2007-08-17 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Fri, 17 Aug 2007 23:17:30 +0000 (23:17 +0000)]
2007-08-17  Michael Snyder  <msnyder@access-company.com>

* varobj.c (value_of_root): Memory leak.

17 years ago2007-08-17 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Fri, 17 Aug 2007 23:12:47 +0000 (23:12 +0000)]
2007-08-17  Michael Snyder  <msnyder@access-company.com>

* 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.

17 years ago * config.bfd: Handle sparcv*-*-linux-* the same as sparc-*-linux-*.
Jakub Jelinek [Fri, 17 Aug 2007 22:00:11 +0000 (22:00 +0000)]
* config.bfd: Handle sparcv*-*-linux-* the same as sparc-*-linux-*.
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.

17 years ago2007-08-17 Maxim Grigoriev <maxim2405@gmail.com>
Maxim Grigoriev [Fri, 17 Aug 2007 21:53:29 +0000 (21:53 +0000)]
2007-08-17  Maxim Grigoriev  <maxim2405@gmail.com>

* 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.

17 years agomerge from gcc
DJ Delorie [Fri, 17 Aug 2007 19:31:01 +0000 (19:31 +0000)]
merge from gcc

17 years ago * breakpoint.c (bpstat_free): New.
Vladimir Prus [Fri, 17 Aug 2007 17:06:04 +0000 (17:06 +0000)]
* breakpoint.c (bpstat_free): New.
(bpstat_clear): Use bpstat_free.
(delete_breakpoint): Document why we cannot
remove bpstats from stop_bpstat.
* breakpoint.h (bpstat_free): Declare.

17 years ago2007-08-17 Richard Sandiford <richard@codesourcery.com>
Richard Sandiford [Fri, 17 Aug 2007 13:15:24 +0000 (13:15 +0000)]
2007-08-17  Richard Sandiford  <richard@codesourcery.com>
    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.

17 years ago * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
Alan Modra [Fri, 17 Aug 2007 01:04:52 +0000 (01:04 +0000)]
* po/Make-in: Add --msgid-bugs-address to xgettext invocation.

17 years ago* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
Alexandre Oliva [Fri, 17 Aug 2007 00:03:44 +0000 (00:03 +0000)]
* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
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.

17 years ago*** empty log message ***
gdbadmin [Fri, 17 Aug 2007 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
Alan Modra [Fri, 17 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years agobfd/
H.J. Lu [Thu, 16 Aug 2007 18:49:42 +0000 (18:49 +0000)]
bfd/

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.

17 years agoevent-loop.c (gdb_wait_for_event): Move statement into if block.
Michael Snyder [Thu, 16 Aug 2007 14:51:22 +0000 (14:51 +0000)]
event-loop.c (gdb_wait_for_event): Move statement into if block.

17 years agobfd/
H.J. Lu [Thu, 16 Aug 2007 13:38:09 +0000 (13:38 +0000)]
bfd/

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.

17 years agodaily update
Alan Modra [Thu, 16 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Thu, 16 Aug 2007 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago * ada-lang.c (resolve_subexp): Correct arity of binary operators.
Joel Brobecker [Wed, 15 Aug 2007 18:43:15 +0000 (18:43 +0000)]
    * ada-lang.c (resolve_subexp): Correct arity of binary operators.

17 years ago * ada-lang.c (possible_user_operator_p): Alternative fix to last
Joel Brobecker [Wed, 15 Aug 2007 18:36:37 +0000 (18:36 +0000)]
    * ada-lang.c (possible_user_operator_p): Alternative fix to last
        checkin guarding against NULL.

17 years ago2007-08-14 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Wed, 15 Aug 2007 00:19:44 +0000 (00:19 +0000)]
2007-08-14  Michael Snyder  <msnyder@access-company.com>

* 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.

17 years agodaily update
Alan Modra [Wed, 15 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Wed, 15 Aug 2007 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago2007-08-14 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 14 Aug 2007 23:50:39 +0000 (23:50 +0000)]
2007-08-14  Michael Snyder  <msnyder@access-company.com>

* 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.

17 years ago2007-08-14 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 14 Aug 2007 21:39:22 +0000 (21:39 +0000)]
2007-08-14  Michael Snyder  <msnyder@access-company.com>

* 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.

17 years ago2007-08-14 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 14 Aug 2007 21:20:09 +0000 (21:20 +0000)]
2007-08-14  Michael Snyder  <msnyder@access-company.com>

* 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).

17 years ago2007-08-14 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 14 Aug 2007 20:23:29 +0000 (20:23 +0000)]
2007-08-14  Michael Snyder  <msnyder@access-company.com>

* 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.

17 years ago * ada-lang.c (field_alignment): Guard against NULL.
Joel Brobecker [Tue, 14 Aug 2007 20:16:18 +0000 (20:16 +0000)]
    * ada-lang.c (field_alignment): Guard against NULL.

17 years ago * MAINTAINERS (Global Maintainers): Add self.
Joel Brobecker [Tue, 14 Aug 2007 20:10:47 +0000 (20:10 +0000)]
    * MAINTAINERS (Global Maintainers): Add self.

17 years ago2007-08-14 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 14 Aug 2007 19:51:37 +0000 (19:51 +0000)]
2007-08-14  Michael Snyder  <msnyder@access-company.com>

* mi/mi-interp.c (mi_cmd_interpreter_exec): Dead code, dead variable.

17 years agobfd/
H.J. Lu [Tue, 14 Aug 2007 19:48:21 +0000 (19:48 +0000)]
bfd/

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.

17 years ago2007-08-14 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 14 Aug 2007 18:32:45 +0000 (18:32 +0000)]
2007-08-14  Michael Snyder  <msnyder@access-company.com>

* ada-lang.c (possible_user_operator_p): Guard against NULL.

17 years ago2007-08-14 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 14 Aug 2007 18:26:46 +0000 (18:26 +0000)]
2007-08-14  Michael Snyder  <msnyder@access-company.com>

* varobj.c (cplus_describe_child): Guard against null.
Use "NULL" instead of "0" to initialize pointers.

17 years ago * arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settings
Daniel Jacobowitz [Tue, 14 Aug 2007 15:47:00 +0000 (15:47 +0000)]
* arm-tdep.c (arm_gdbarch_init): Allow unknown ABI and FPU settings
to match any gdbarch with matching OSABI.  Set default ABI and FPU
after running the OSABI handler.

17 years ago * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
Daniel Jacobowitz [Tue, 14 Aug 2007 12:51:59 +0000 (12:51 +0000)]
* config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
* config/i386/linux.mt (TDEPFILES): ...to here.

17 years agoFix changelog formatting
Vladimir Prus [Tue, 14 Aug 2007 11:18:56 +0000 (11:18 +0000)]
Fix changelog formatting

17 years ago gdb/
Vladimir Prus [Tue, 14 Aug 2007 11:09:45 +0000 (11:09 +0000)]
gdb/
* 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.

17 years ago gdb/
Vladimir Prus [Tue, 14 Aug 2007 08:11:45 +0000 (08:11 +0000)]
    gdb/
        * breakpoint.c (update_breakpoints_after_exec): Don't
        set address to zero.

17 years ago2007-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan Kratochvil [Tue, 14 Aug 2007 08:04:47 +0000 (08:04 +0000)]
2007-08-14  Jan Kratochvil  <jan.kratochvil@redhat.com>

* 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

17 years ago2007-08-13 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Tue, 14 Aug 2007 00:31:40 +0000 (00:31 +0000)]
2007-08-13  Michael Snyder  <msnyder@access-company.com>

* valops.c: Whitespace clean-up.

17 years ago*** empty log message ***
gdbadmin [Tue, 14 Aug 2007 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
Alan Modra [Tue, 14 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago2007-08-13 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Mon, 13 Aug 2007 23:06:34 +0000 (23:06 +0000)]
2007-08-13  Michael Snyder  <msnyder@access-company.com>

* tui/tui-winsource.c (tui_alloc_source_buffer): Clean up allocation.

17 years ago2007-08-13 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Mon, 13 Aug 2007 23:02:08 +0000 (23:02 +0000)]
2007-08-13  Michael Snyder  <msnyder@access-company.com>

* event-top.c (command_line_handler): Memory leak.

17 years ago2007-08-13 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Mon, 13 Aug 2007 22:57:39 +0000 (22:57 +0000)]
2007-08-13  Michael Snyder  <msnyder@access-company.com>

* mi/mi-cmd-var.c (mi_cmd_var_set_format): Memory leak.
No need to make copy.

17 years ago2007-08-13 Michael Snyder <msnyder@access-company.com>
Michael Snyder [Mon, 13 Aug 2007 22:25:14 +0000 (22:25 +0000)]
2007-08-13  Michael Snyder  <msnyder@access-company.com>

* source.c (find_source_lines): Require symtab 's'.

17 years agobfd/
Richard Sandiford [Mon, 13 Aug 2007 21:16:38 +0000 (21:16 +0000)]
bfd/
* 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.

17 years ago * config/default.exp: New file.
Daniel Jacobowitz [Mon, 13 Aug 2007 14:35:59 +0000 (14:35 +0000)]
* config/default.exp: New file.

17 years ago* standards.texi: Import 22 July 2007 version.
Nick Clifton [Mon, 13 Aug 2007 09:45:22 +0000 (09:45 +0000)]
* standards.texi: Import 22 July 2007 version.
* fdl.texi: Import version 1.2.
* make-stds.texi: Import 2006 version.

17 years ago * coffgen.c (coff_get_normalized_symtab): Correct cast.
Daniel Jacobowitz [Mon, 13 Aug 2007 01:45:11 +0000 (01:45 +0000)]
* coffgen.c (coff_get_normalized_symtab): Correct cast.

17 years ago * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
Ben Elliston [Mon, 13 Aug 2007 01:32:36 +0000 (01:32 +0000)]
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
--silent if $silent.
* configure: Regenerate.

17 years ago * elf.c (elf_modify_segment_map): Add remove_empty_load param.
Alan Modra [Mon, 13 Aug 2007 00:44:20 +0000 (00:44 +0000)]
* elf.c (elf_modify_segment_map): Add remove_empty_load param.
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.

17 years agobfd/
Alan Modra [Mon, 13 Aug 2007 00:20:58 +0000 (00:20 +0000)]
bfd/
* 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.

17 years agodaily update
Alan Modra [Mon, 13 Aug 2007 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Mon, 13 Aug 2007 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***