OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
18 years agofix typo
nickc [Mon, 22 May 2006 08:45:46 +0000 (08:45 +0000)]
fix typo

18 years ago* ld-eld/start.s (start): Add this symbol for SH targets.
nickc [Mon, 22 May 2006 08:45:18 +0000 (08:45 +0000)]
* ld-eld/start.s (start): Add this symbol for SH targets.
  (main): Add this symbol for HPPA targets.

18 years ago* crx-dis.c (EXTRACT): Make macro work on 64-bit hosts.
nickc [Mon, 22 May 2006 08:40:09 +0000 (08:40 +0000)]
* crx-dis.c (EXTRACT): Make macro work on 64-bit hosts.

18 years agoUpdated Dutch translation
nickc [Mon, 22 May 2006 08:33:35 +0000 (08:33 +0000)]
Updated Dutch translation

18 years agoRemove ChangeLog entries, since the template files were already up to date.
nickc [Mon, 22 May 2006 08:30:57 +0000 (08:30 +0000)]
Remove ChangeLog entries, since the template files were already up to date.

18 years agoUpdate translation templates
nickc [Mon, 22 May 2006 08:25:14 +0000 (08:25 +0000)]
Update translation templates

18 years ago* child_info.h (_CI_SAW_CTRL_C): New enum.
cgf [Mon, 22 May 2006 04:50:53 +0000 (04:50 +0000)]
* child_info.h (_CI_SAW_CTRL_C): New enum.
(CURR_CHILD_INFO_MAGIC): Reset.
(saw_ctrl_c): New function.
(set_saw_ctrl_c): Ditto.
* sigproc.cc (child_info::proc_retry): Return EXITCODE_OK if we get
STATUS_CONTROL_C_EXIT and we actually saw a CTRL-C.
* spawn.cc (dwExeced): Delete.
(chExeced): New variable.
(spawn_guts): Set chExeced;
* exceptions.cc (dwExeced): Delete declaration.
(chExeced): Declare.
(ctrl_c_handler): Detect if we're an exec stub process and set a flag, if so.
* fhandler_tty.cc (fhandler_tty_common::__release_output_mutex): Add extra
DEBUGGING test.
* pinfo.cc: Fix comment.

18 years ago* gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
cgf [Mon, 22 May 2006 04:17:59 +0000 (04:17 +0000)]
* gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.

18 years agodaily update
amodra [Mon, 22 May 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Mon, 22 May 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago(check in missing file)
cgf [Sun, 21 May 2006 23:04:39 +0000 (23:04 +0000)]
(check in missing file)
* win32-nat.c (cygwin_exceptions): New variable.
(handle_exception): Treat a cygwin exception like a normal exception if
cygwin_exceptions is true.
(_initialize_win32_nat): Add "set cygwin-exceptions" handler.

18 years ago* win32-nat.c (cygwin_exceptions): New variable.
cgf [Sun, 21 May 2006 22:57:18 +0000 (22:57 +0000)]
* win32-nat.c (cygwin_exceptions): New variable.
(handle_exception): Treat a cygwin exception like a normal exception if
cygwin_exceptions is true.
(_initialize_win32_nat): Add "set cygwin-exceptions" handler.

18 years ago* fhandle.h (fhandler_pipe::create_guard): Revert change which eliminated
cgf [Sun, 21 May 2006 21:02:48 +0000 (21:02 +0000)]
* fhandle.h (fhandler_pipe::create_guard): Revert change which eliminated
SECURITY_ATTRIBUTES argument.
* pipe.cc (fhandler_pipe::open): Duplicate guard from other process and protect
it appropriately.  Eliminate unneeded writepipe_exists temporary variable.  Set
inheritance appropriately.
(fhandler_pipe::set_close_on_exec): Revert change which eliminated handling
guard inheritance.
(fhandler_pipe::fixup_after_fork): Ditto.  Use correct name of entity being
checked by fork_fixup.
(fhandler_pipe::fixup_after_exec): Don't bother with guard here.
(fhandler_pipe::dup): Cosmetic changes and revert creation of writepipe_exists
as noninheritable.
(fhandler_pipe::create): Revert change which eliminated SECURITY_ATTRIBUTES
argument.  Revert change which always made writepipe_exists noninheritable.

18 years agocheck in missing file
cgf [Sun, 21 May 2006 17:27:14 +0000 (17:27 +0000)]
check in missing file

18 years ago * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
dannysmith [Sun, 21 May 2006 10:28:13 +0000 (10:28 +0000)]
* lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.

18 years agotypo
cgf [Sun, 21 May 2006 05:37:24 +0000 (05:37 +0000)]
typo

18 years ago* debug.cc (add_handle): Print handle value when collision detected.
cgf [Sun, 21 May 2006 05:25:49 +0000 (05:25 +0000)]
* debug.cc (add_handle): Print handle value when collision detected.
* dtable.cc (dtable::stdio_init): Cosmetic change.
* fhandler.h (fhandler_base::create_read_state): Protect handle.
(fhandler_pipe::create_guard): Ditto.  Always mark the handle as inheritable.
(fhandler_pipe::is_slow): Return boolean value rather than numeric 1.
* pipe.cc (fhandler_pipe::fhandler_pipe): Always flag that we need fork fixup.
(fhandler_pipe::open): Don't pass security attributes to create_guard.
(fhandler_pipe::set_close_on_exec): Don't handle guard here.
(fhandler_pipe::close): Accommodate now-protected guard handle.
(fhandler_pipe::fixup_in_child): Don't proected read_state here.
(fhandler_pipe::fixup_after_exec): Close guard handle if close_on_exec.
(fhandler_pipe::fixup_after_fork): Don't bother with guard here.
(fhandler_pipe::dup): Don't set res to non-error prematurely.  Use boolean
values where appropriate.  Protect guard and read_state.
(fhandler_pipe::create): Don't call need_fork_fixup since it is now the
default.  Don't protect read_state or guard.
* pipe.cc (fhandler_base::ready_for_read): Use bool values for "avail".
* spawn.cc (spawn_guts): Set cygheap->pid_handle as inheritable when
protecting.
* select.cc (fhandler_pipe::ready_for_read): Actually get the guard mutex for
blocking reads.

18 years agodaily update
amodra [Sun, 21 May 2006 00:00:04 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 21 May 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years agoNEWS: (Improved Modula-2 language support): New section.
gaius [Sat, 20 May 2006 16:30:18 +0000 (16:30 +0000)]
NEWS: (Improved Modula-2 language support): New section.

18 years ago* fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.
cgf [Sat, 20 May 2006 04:59:52 +0000 (04:59 +0000)]
* fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.

18 years ago* fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisible
cgf [Sat, 20 May 2006 04:19:47 +0000 (04:19 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisible
on first pty open.

18 years agofix incorrect function name in old entry
cgf [Sat, 20 May 2006 04:01:12 +0000 (04:01 +0000)]
fix incorrect function name in old entry

18 years ago * gdb.base/del.exp (test_delete_alias): New function.
brobecke [Sat, 20 May 2006 01:35:27 +0000 (01:35 +0000)]
    * gdb.base/del.exp (test_delete_alias): New function.
        Now check that both "del" and "d" work as aliases for "delete".

18 years ago * configure: Regenerate using proper version of autoconf.
brobecke [Sat, 20 May 2006 01:20:38 +0000 (01:20 +0000)]
    * configure: Regenerate using proper version of autoconf.

18 years ago*** empty log message ***
gdbadmin [Sat, 20 May 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sat, 20 May 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago * gas/mips/vxworks1-el.d, gas/mips/vxworks1-xgot-el.d: Add little
ths [Fri, 19 May 2006 22:48:13 +0000 (22:48 +0000)]
* gas/mips/vxworks1-el.d, gas/mips/vxworks1-xgot-el.d: Add little
endian testcases.
* gas/mips/vxworks1.d, gas/mips/vxworks1-xgot.d: Build as big endian.
* gas/mips/mips.exp: Run new testcases.

18 years agoChecked in under the 'obvious fix rule'
fnf [Fri, 19 May 2006 20:42:47 +0000 (20:42 +0000)]
Checked in under the 'obvious fix rule'

2006-05-19  Fred Fish  <fnf@specifix.com>
* Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
* dwarfread.c: Fix spelling of 'unexpected'.
* mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
* stack.c: Fix spelling of 'RETURN_VALUE'.

18 years ago2006-05-19 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 19 May 2006 14:08:02 +0000 (14:08 +0000)]
2006-05-19  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c (ELF_MAXPAGESIZE): Fix a typo in comment.

18 years ago * doc/Makefile.in: Regenerated.
schwab [Fri, 19 May 2006 13:11:58 +0000 (13:11 +0000)]
* doc/Makefile.in: Regenerated.

18 years ago * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
schwab [Fri, 19 May 2006 13:10:58 +0000 (13:10 +0000)]
* doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
(ar.1): Likewise.
(dlltool.1): Likewise.
(nlmconv.1): Likewise.
(nm.1): Likewise.
(objcopy.1): Likewise.
(objdump.1): Likewise.
(ranlib.1): Likewise.
(readelf.1): Likewise.
(size.1): Likewise.
(strings.1): Likewise.
(strip.1): Likewise.
(windres.1): Likewise.
(cxxfilt.man): Likewise.
* doc/Makefile.in: Regenerated.

18 years ago * config/tc-mipc.c (ISA_HAS_ODD_SINGLE_FPR): New define.
ths [Fri, 19 May 2006 13:03:05 +0000 (13:03 +0000)]
* config/tc-mipc.c (ISA_HAS_ODD_SINGLE_FPR): New define.
(mips_oddfpreg_ok): New function.
(mips_ip): Use it.
-------------------------------------------------------------------

18 years ago * config/tc-mips.h (tc_mips_regname_to_dw2regnum): Declare.
ths [Fri, 19 May 2006 12:34:09 +0000 (12:34 +0000)]
* config/tc-mips.h (tc_mips_regname_to_dw2regnum): Declare.
* config/tc-mipc.c (ABI_NEEDS_64BIT_REGS, ISA_HAS_64BIT_REGS,
ISA_HAS_DROR, ISA_HAS_ROR): Reformat.
(regname, RTYPE_MASK, RTYPE_NUM, RTYPE_FPU, RTYPE_FCC, RTYPE_VEC,
RTYPE_GP, RTYPE_CP0, RTYPE_PC, RTYPE_ACC, RTYPE_CCC, RNUM_MASK,
RWARN, GENERIC_REGISTER_NUMBERS, FPU_REGISTER_NAMES,
FPU_CONDITION_CODE_NAMES, COPROC_CONDITION_CODE_NAMES,
N32N64_SYMBOLIC_REGISTER_NAMES, O32_SYMBOLIC_REGISTER_NAMES,
SYMBOLIC_REGISTER_NAMES, MIPS16_SPECIAL_REGISTER_NAMES,
MDMX_VECTOR_REGISTER_NAMES, MIPS_DSP_ACCUMULATOR_NAMES, reg_names,
reg_names_o32, reg_names_n32n64): Define register classes.
(reg_lookup): New function, use register classes.
(md_begin): Reserve register names in the symbol table. Simplify
OBJ_ELF defines.
(mips_ip): Fix comment formatting. Handle symbolic COP0 registers.
Use reg_lookup.
(mips16_ip): Use reg_lookup.
(tc_get_register): Likewise.
(tc_mips_regname_to_dw2regnum): New function.
-------------------------------------------------------------------

18 years ago * ld-scripts/empty-orphan.d: Update again.
amodra [Fri, 19 May 2006 11:50:30 +0000 (11:50 +0000)]
* ld-scripts/empty-orphan.d: Update again.

18 years ago * config/tc-arm.c, config/tc-arm.h (tc_arm_regname_to_dw2regnum):
ths [Fri, 19 May 2006 11:26:11 +0000 (11:26 +0000)]
* config/tc-arm.c, config/tc-arm.h (tc_arm_regname_to_dw2regnum):
Un-constify string argument.
* config/tc-i386.c, config/tc-i386.h (tc_x86_regname_to_dw2regnum):
Likewise.
* config/tc-m68k.c, config/tc-m68k.h (tc_m68k_regname_to_dw2regnum):
Likewise.
* config/tc-ppc.c, config/tc-ppc.h (tc_ppc_regname_to_dw2regnum):
Likewise.
* config/tc-s390.c, config/tc-s390.h (tc_s390_regname_to_dw2regnum):
Likewise.
* config/tc-sh.c, config/tc-sh.h (sh_regname_to_dw2regnum):
Likewise.
* config/tc-sparc.c, config/tc-sparc.h (sparc_regname_to_dw2regnum):
Likewise.
-------------------------------------------------------------------

18 years ago * gas/config/tc-m68k.c (m68k_init_arch): Move checking of
nathan [Fri, 19 May 2006 10:18:01 +0000 (10:18 +0000)]
* gas/config/tc-m68k.c (m68k_init_arch): Move checking of
cfloat/m68881 to correct architecture before using it.

18 years ago * ld-scripts/empty-orphan.t: Discard .reginfo.
amodra [Fri, 19 May 2006 06:10:02 +0000 (06:10 +0000)]
* ld-scripts/empty-orphan.t: Discard .reginfo.
* ld-scripts/empty-orphan.d: Update.

18 years ago * ldlang.c (lang_size_sections_1): Don't check mem regions for
amodra [Fri, 19 May 2006 06:09:31 +0000 (06:09 +0000)]
* ldlang.c (lang_size_sections_1): Don't check mem regions for
os->ignored sections.

18 years ago * elf.c (elf_fake_sections): Formatting.
amodra [Fri, 19 May 2006 00:51:28 +0000 (00:51 +0000)]
* elf.c (elf_fake_sections): Formatting.
(assign_file_positions_for_load_sections): Only add SEC_ALLOC
sections to p_memsz.  Remove hack for PT_NOTE sections.  Allow
section alignment to increase p_align for PT_LOAD.
(assign_file_positions_for_non_load_sections): Remove ARM BPABI
hack for PT_DYNAMIC.  Instead, set p_filesz for all segments
other than PT_LOAD, and PT_NOTE in core.

18 years ago* fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisible
cgf [Fri, 19 May 2006 00:32:36 +0000 (00:32 +0000)]
* fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisible
window station when ctty != TTY_CONSOLE.

18 years agodaily update
amodra [Fri, 19 May 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Fri, 19 May 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2006-05-18 Paul Gilliam <pgilliam@us.ibm.com
pgilliam [Thu, 18 May 2006 20:38:55 +0000 (20:38 +0000)]
2006-05-18  Paul Gilliam  <pgilliam@us.ibm.com

* solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.

18 years agoReviewed and approved by Daniel Jacobowitz <drow@false.org>
fnf [Thu, 18 May 2006 19:34:00 +0000 (19:34 +0000)]
Reviewed and approved by Daniel Jacobowitz <drow@false.org>

2006-05-18  Fred Fish  <fnf@specifix.com>
* gdb.base/a2-run.exp: Allow part of test to run when args aren't
required.  Check for spurious output after program exits normally.

18 years ago2006-05-18 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 18 May 2006 18:07:18 +0000 (18:07 +0000)]
2006-05-18  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/stdio.h: Add prototypes for fiscanf,
        iscanf, and siscanf.

18 years agodaily update
amodra [Thu, 18 May 2006 00:00:04 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Thu, 18 May 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agoSuggested, reviewed, and approved by Daniel Jacobowitz <drow@false.org>
fnf [Wed, 17 May 2006 23:59:40 +0000 (23:59 +0000)]
Suggested, reviewed, and approved by Daniel Jacobowitz <drow@false.org>

2006-05-17  Fred Fish  <fnf@specifix.com>
* gdb.base/relocate.exp: Use gdb_file_cmd rather than
gdb_load, so it works in the simulator.

18 years ago * avr-dis.c: Formatting fix.
amodra [Wed, 17 May 2006 23:44:58 +0000 (23:44 +0000)]
* avr-dis.c: Formatting fix.

18 years ago2006-05-17 Carlos O'Donell <carlos@codesourcery.com>
carlos [Wed, 17 May 2006 21:40:43 +0000 (21:40 +0000)]
2006-05-17  Carlos O'Donell  <carlos@codesourcery.com>

* doc/binutils.texi: Use "Binutils Index" for index name.

18 years ago * src-release (MAKEINFOFLAGS): Define.
drow [Wed, 17 May 2006 19:09:52 +0000 (19:09 +0000)]
* src-release (MAKEINFOFLAGS): Define.
(do-proto-toplev): Pass MAKEINFOFLAGS to submakes.

18 years ago * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
drow [Wed, 17 May 2006 16:46:54 +0000 (16:46 +0000)]
* ldlang.c (lang_size_sections): Call lang_reset_memory_regions
before redoing one_lang_size_sections_pass.

18 years agoFix a typo.
drow [Wed, 17 May 2006 14:57:33 +0000 (14:57 +0000)]
Fix a typo.

18 years ago * dwarf2-frame.c: Include "value.h".
drow [Wed, 17 May 2006 14:53:02 +0000 (14:53 +0000)]
* dwarf2-frame.c: Include "value.h".
(read_reg): Use unpack_long and register_type.
* Makefile.in (dwarf2-frame.o): Update.

18 years ago * remote-rdp.c: Deleted.
drow [Wed, 17 May 2006 14:40:38 +0000 (14:40 +0000)]
* remote-rdp.c: Deleted.
* NEWS: Mention removal of remote-rdp.c.

* Makefile.in (ALLDEPFILES): Remove remote-rdp.c.
(remote-rdp.o): Delete.
* README: Remove description of remote-rdp.c.
* arm-tdep.c (arm_breakpoint_from_pc): Remove obsolete comment.
* config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.

18 years ago * ld-elfweak/size2.d, ld-elfweak/size2a.s, ld-elfweak/size2b.s:
ths [Wed, 17 May 2006 11:30:23 +0000 (11:30 +0000)]
* ld-elfweak/size2.d, ld-elfweak/size2a.s, ld-elfweak/size2b.s:
Add __start as entry symbol.

18 years ago * mingwex/wcrtomb.c (wcrtomb_cp): Test (wc > 255) only if C locale.
dannysmith [Wed, 17 May 2006 07:49:39 +0000 (07:49 +0000)]
* mingwex/wcrtomb.c (wcrtomb_cp): Test (wc > 255) only if C locale.
Use supplied codepage as arg to WideCharToMultiByte.

18 years ago * elf.c (assign_file_positions_for_segments): Split into..
amodra [Wed, 17 May 2006 05:09:24 +0000 (05:09 +0000)]
* elf.c (assign_file_positions_for_segments): Split into..
(assign_file_positions_for_load_sections): ..this, and..
(assign_file_positions_for_non_load_sections): ..this new function,..
(assign_file_positions_except_relocs): ..writing program headers here.

18 years ago* cygtls.cc (_cygtls::remove): Don't test for initialization since this
cgf [Wed, 17 May 2006 03:36:14 +0000 (03:36 +0000)]
* cygtls.cc (_cygtls::remove): Don't test for initialization since this
function will always be called when _my_tls is initialized.
* init.cc (dll_entry): Don't attempt to remove tls info if _my_tls is obviously
not even available.

18 years ago * elflink.c (elf_gc_sweep): Don't specially keep non-alloc,
amodra [Wed, 17 May 2006 00:36:30 +0000 (00:36 +0000)]
* elflink.c (elf_gc_sweep): Don't specially keep non-alloc,
non-load sections if they have relocs.

18 years agodaily update
amodra [Wed, 17 May 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Wed, 17 May 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * ser-e7kpc.c: Include <time.h> if it is available.
drow [Tue, 16 May 2006 20:22:02 +0000 (20:22 +0000)]
* ser-e7kpc.c: Include <time.h> if it is available.

18 years ago * version.in (version.in): Bump version number to 6.5.50 now
brobecke [Tue, 16 May 2006 19:43:57 +0000 (19:43 +0000)]
    * version.in (version.in): Bump version number to 6.5.50 now
        that the gdb-6.5 branch has been created.
        * NEWS: Create a new section for changes that are included
        since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5"
        section.

18 years agogdb/ChangeLog:
jimb [Tue, 16 May 2006 17:55:18 +0000 (17:55 +0000)]
gdb/ChangeLog:
2006-05-16  Jim Blandy  <jimb@codesourcery.com>

* MAINTAINERS (Authorized Committers): Gaius Mulley has accepted
the Global Maintainers' invitation to be an authorized committer
for the Modula-2 support.

18 years ago * ld-elf/orphan.ld: Add placement for MIPS .reginfo section.
ths [Tue, 16 May 2006 13:58:51 +0000 (13:58 +0000)]
* ld-elf/orphan.ld: Add placement for MIPS .reginfo section.

18 years ago* config/tc-avr.h (TC_VALIDATE_FIX): Allow fixups for immediate constant values.
nickc [Tue, 16 May 2006 08:23:42 +0000 (08:23 +0000)]
* config/tc-avr.h (TC_VALIDATE_FIX): Allow fixups for immediate constant values.

18 years agocorrect changelog date
cgf [Tue, 16 May 2006 03:24:26 +0000 (03:24 +0000)]
correct changelog date

18 years ago* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.
cgf [Tue, 16 May 2006 03:14:23 +0000 (03:14 +0000)]
* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.
(wait_sig): Set hwait_sig to INVALID_HANDLE_VALUE on __SIGEXIT.
* cygtls.cc (_cygtls::init_thread): Zero entire _my_tls structure and no more.
* cygtls.h (_my_tls::padding): Delete.
(CYGTLS_PADSIZE): Redefine concept of padding to mean padding at the end of the
stack.
* dcrt0.cc (initialize_main_tls): Change return to void.
* gentls_offsets: Treat const specially, too.  Keep going after a '}' is found.
Change negative offset calculation to use CYGTLS_PADSIZE.
* init.cc (_my_oldfunc): New variable.
(threadfunc_fe): Use stored tls value for oldfunc rather than blindly writing
to the stack.
(munge_threadfunc): Set oldfunc in tls.
(dll_entry): Initialize tls allocation.
* tlsoffsets.h: Regenerate.

18 years ago*** empty log message ***
gdbadmin [Tue, 16 May 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Tue, 16 May 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago* ppcobsd-nat.c: Include "gdb_assert.h".
kettenis [Mon, 15 May 2006 21:53:20 +0000 (21:53 +0000)]
* ppcobsd-nat.c: Include "gdb_assert.h".
[PT_GETFPREGS] (getfpregs_supplies): New function.
(ppcobsd_fetch_registers, ppcobsd_fetch_registers): Hanlde OS
versions that have PT_GETFPREGS.
(_initialize_ppcobsd_nat) [PT_GETFPREGS]: Initialize
ppcobsd_fpreg_offsets.
* ppcobsd-tdep.h (ppcobsd_fpreg_offsets, ppcobsd_fpregset):
Declare.
* ppcobsd-tdep.c (ppcobsd_fpreg_offsets, ppcobsd_fpregset): New
variables.
(_initialize_ppcobsd_tdep): Initialize ppcobsd_fpreg_offsets.
* Makefile.in (ppcobsd-nat.o): Update dependencies.

18 years ago* mips32-dsp.s: Add some tests for shra_r.ph, shrav_r.ph, shra_r.w,
chaoyingfu [Mon, 15 May 2006 20:34:56 +0000 (20:34 +0000)]
* mips32-dsp.s: Add some tests for shra_r.ph, shrav_r.ph, shra_r.w,
shrav_r.w.

18 years ago* dsp.igen (do_ph_shift, do_w_shra): Fix bugs for rounding instructions.
chaoyingfu [Mon, 15 May 2006 20:34:18 +0000 (20:34 +0000)]
* dsp.igen (do_ph_shift, do_w_shra): Fix bugs for rounding instructions.

18 years ago2006-05-15 Paul Brook <paul@codesourcery.com>
pbrook [Mon, 15 May 2006 19:57:34 +0000 (19:57 +0000)]
2006-05-15  Paul Brook  <paul@codesourcery.com>

bfd/
* cpu-arm.c (bfd_is_arm_mapping_symbol_name): Rename ...
(bfd_is_arm_special_symbol_name): ... to this.  Add type argument.
Check symbol name is of specified type.
* elf32-arm.c (elf32_arm_is_target_special_symbol,
arm_elf_find_function, elf32_arm_output_symbol_hook): Use
bfd_is_arm_special_symbol_name.
* bfd-in.h (BFD_ARM_SPECIAL_SYM_TYPE_MAP,
BFD_ARM_SPECIAL_SYM_TYPE_TAG, BFD_ARM_SPECIAL_SYM_TYPE_OTHER,
BFD_ARM_SPECIAL_SYM_TYPE_ANY): Define.
(bfd_is_arm_mapping_symbol_name): Remove prototype.
(bfd_is_arm_special_symbol_name): Add prototype.
* bfd-in2.h: Regenerate.
gas/
* config/tc-arm.c (arm_adjust_symtab): Use
bfd_is_arm_special_symbol_name.
ld/testsuite/
* ld-arm/arm-be8.d: New test.
* ld-arm/arm-be8.s: New test.
* ld-arm/arm-elf.exp: Add arm-be8.

18 years ago * configure.ac: Use GCC_HEADER_STDINT.
drow [Mon, 15 May 2006 17:11:58 +0000 (17:11 +0000)]
* configure.ac: Use GCC_HEADER_STDINT.
* acinclude.m4: Include stdint.m4.
* Makefile.in (gdb_stdint_h): Define.
(distclean): Remove gdb_stdint.h.
(Makefile, stamp-h): Update rules to generate only the correct
files.
(gdb_stdint.h, stamp-int): New rules.
* config.in, configure: Regenerated.

18 years agobfd:
bwilson [Mon, 15 May 2006 17:03:15 +0000 (17:03 +0000)]
bfd:
        * elf32-xtensa.c (check_loop_aligned): Fix reversed check for
        undefined opcode.  Clean up assertions.
        (narrow_instruction, widen_instruction): Remove "do_it" parameters.
        Factor most of the code into separate functions....
        (can_narrow_instruction, can_widen_instruction): New.
        (prev_instr_is_a_loop): New.
        (compute_ebb_proposed_actions): Combine error handling code for
        decode errors.  Replace call to insn_decode_len with inline code.
        Use can_narrow_instruction and can_widen_instruction.  Handle errors
        from call to xtensa_opcode_is_loop.
        (relax_section): Adjust calls to narrow_instruction and
        widen_instruction.
gas:
        * config/tc-xtensa.c (is_direct_call_opcode, is_branch_jmp_to_next,
        xg_assemble_vliw_tokens, xtensa_mark_narrow_branches,
        xtensa_fix_short_loop_frags, is_local_forward_loop, relax_frag_immed):
        Handle errors from calls to xtensa_opcode_is_* functions.

18 years ago * valprint.c: Include "exceptions.h".
drow [Mon, 15 May 2006 16:53:37 +0000 (16:53 +0000)]
* valprint.c: Include "exceptions.h".
(val_print): If something goes wrong while printing, supply an
error message.

18 years ago2006-05-15 Peter O'Gorman <gdb-patches@mlists.thewrittenword.com>
drow [Mon, 15 May 2006 15:50:12 +0000 (15:50 +0000)]
2006-05-15  Peter O'Gorman  <gdb-patches@mlists.thewrittenword.com>

* source.c (get_current_source_symtab_and_line)
(set_current_source_symtab_and_line): Use { 0 }.
* cli/cli-cmds.c (list_command): Likewise.

18 years ago2006-05-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 15 May 2006 14:50:38 +0000 (14:50 +0000)]
2006-05-15  H.J. Lu  <hongjiu.lu@intel.com>

* dwarf.c (display_debug_frames): Don't return on ZERO
terminator.

18 years ago2006-05-15 Frank Ch. Eigler <fche@elastic.org>
fche [Mon, 15 May 2006 12:24:16 +0000 (12:24 +0000)]
2006-05-15  Frank Ch. Eigler  <fche@elastic.org>

From Wesley Li-Wei Chou <wesley@andestech.com>:
* component.dtd: Add xml encoding tag to header.

18 years ago(Algorithms): Correct spelling and punctuation.
nickrob [Mon, 15 May 2006 04:39:03 +0000 (04:39 +0000)]
(Algorithms): Correct spelling and punctuation.
(Releasing GDB, Testsuite): Remove details for including DejaGnu.

18 years ago*** empty log message ***
nickrob [Mon, 15 May 2006 04:37:48 +0000 (04:37 +0000)]
*** empty log message ***

18 years ago PR 2658
amodra [Mon, 15 May 2006 02:22:20 +0000 (02:22 +0000)]
PR 2658
* elf32-ppc.c (ppc_elf_relax_section): Don't segfault on non-pic
-shared link.

18 years ago2006-05-14 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 15 May 2006 00:48:44 +0000 (00:48 +0000)]
2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elf/stab.d: Skip ia64-*-*.

18 years agodaily update
amodra [Mon, 15 May 2006 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Mon, 15 May 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago(gdbmi-send): Correct regexp for repeat commands.
nickrob [Sun, 14 May 2006 22:27:26 +0000 (22:27 +0000)]
(gdbmi-send): Correct regexp for repeat commands.
(gdbmi): Use new variable name gdb-pc-address.
(gdbmi-frame-handler):  Use new variable name gdb-pc-address.
Check that a match has been found.

18 years ago*** empty log message ***
nickrob [Sun, 14 May 2006 22:25:23 +0000 (22:25 +0000)]
*** empty log message ***

18 years ago* ntdll.h (STATUS_INVALID_INFO_CLASS): Conditionalize.
cgf [Sun, 14 May 2006 18:32:57 +0000 (18:32 +0000)]
* ntdll.h (STATUS_INVALID_INFO_CLASS): Conditionalize.

18 years ago [ gas/ChangeLog ]
ths [Sun, 14 May 2006 15:35:21 +0000 (15:35 +0000)]
[ gas/ChangeLog ]
* config/tc-mips.c (macro_build): Test for currently active
mips16 option.
(mips16_ip): Reject invalid opcodes.

[ opcodes/ChangeLog ]
* mips16-opc.c (I1, I32, I64): New shortcut defines.
(mips16_opcodes): Change membership of instructions to their
lowest baseline ISA.

[ gas/testsuite/ChangeLog ]
* gas/mips/mips.exp: Run new tests.
* gas/mips/mips16e.s, gas/mips/mips16e.d, gas/mips/mips16e-64.s,
gas/mips/mips16e-64.d, gas/mips/mips16e-64.l: New tests.

18 years ago * gdb.texinfo (General Query Packets): Recommend not starting
drow [Sun, 14 May 2006 15:09:51 +0000 (15:09 +0000)]
* gdb.texinfo (General Query Packets): Recommend not starting
new packets with qC and clarify.

18 years ago * config.sub, config.guess: Update from upstream sources.
bje [Sun, 14 May 2006 00:51:19 +0000 (00:51 +0000)]
* config.sub, config.guess: Update from upstream sources.

18 years ago*** empty log message ***
gdbadmin [Sun, 14 May 2006 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sun, 14 May 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years agofixed spacing between name and email address.
gaius [Sat, 13 May 2006 19:07:28 +0000 (19:07 +0000)]
fixed spacing between name and email address.

18 years agoremoved lengthy descriptions about function modifications.
gaius [Sat, 13 May 2006 18:49:56 +0000 (18:49 +0000)]
removed lengthy descriptions about function modifications.

18 years agotidied up ChangeLog as per GNU Coding Standards.
gaius [Sat, 13 May 2006 18:45:45 +0000 (18:45 +0000)]
tidied up ChangeLog as per GNU Coding Standards.

18 years agosplit up another line in excess of 80 characters
gaius [Sat, 13 May 2006 16:16:13 +0000 (16:16 +0000)]
split up another line in excess of 80 characters