summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libgloss/newlib-csl-sourcerygxx-4_1-8Nathan Sidwell2006-06-092-2/+7
* Add additional ARM_RDI_MONITOR callsSandra Loosemore2006-06-093-11/+96
* * libgloss/m68k/bdm-system.c (_system): Properly encode nonnewlib-csl-sourcerygxx-4_1-7Nathan Sidwell2006-06-082-2/+21
* fix changelognewlib-csl-sourcerygxx-4_1-6newlib-csl-arm-2006q1-6Nathan Sidwell2006-06-051-3/+3
* * libgloss/m68k/Makefile.in (BDM_SYSOBJS): Remove bdm-inbyte.o.Nathan Sidwell2006-06-0516-27/+236
* * libgloss/arm/elf-lm3s301.ld: New script.Mark Mitchell2006-05-313-0/+27
* * libgloss/arm/Makefile.in (LMS_SCRIPTS): New variable.Mark Mitchell2006-05-314-1/+33
* Issue #667Mark Mitchell2006-05-312-2/+9
* * libgloss/m68k/Makefile.in (m52235-dbug.ld, m52235-bdm.ld): NewNathan Sidwell2006-05-252-0/+12
* * libgloss/m68k/Makefile.in (BDM_SYSOBJS): Remove bdm-outbyte.oNathan Sidwell2006-05-244-30/+8
* Add more semihosting support for BDM mode on ColdFireSandra Loosemore2006-05-223-0/+299
* Add semihosting support for BDM mode on ColdFireSandra Loosemore2006-05-2219-27/+387
* * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add aeabi_memclr.c,newlib-csl-sourcerygxx-4_1-5newlib-csl-sourcerygxx-4_1-4Kazu Hirata2006-05-048-3/+77
* Bug 576.Nathan Sidwell2006-04-183-3/+3
* * libgloss/m68k/bdm-isv.c (software_init_hook): Fix trap numbering.Nathan Sidwell2006-03-292-15/+17
* * libgloss/m68k/Makefile.in (CF_SCRIPTS): Add m5329 board.Nathan Sidwell2006-03-293-24/+41
* fix copyright typosNathan Sidwell2006-03-297-7/+7
* * libgloss/m68k/Makefile.in (BDM_BSP, BDM_OBJS, BDM_ISRS): New.Nathan Sidwell2006-03-2910-15/+583
* 2006-03-23 Mark Mitchell <mark@codesourcery.com>Mark Mitchell2006-03-2311-134/+277
* This commit was manufactured by cvs2svn to create branch 'newlib-newlib-csl-20060320-branchpointcvs2svn2006-03-211943-559473/+0
* * acconfig.h (_ATEXIT_DYNAMIC_ALLOC): Undef.Mark Mitchell2006-03-217-80/+146
* * child_info.h (child_status): New enum.Christopher Faylor2006-03-205-32/+70
* revert previous debugging checkinChristopher Faylor2006-03-201-8/+4
* * pinfo.cc (commune_process): Fix randomly invalid pointer which caused fifosChristopher Faylor2006-03-203-5/+16
* * dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in theChristopher Faylor2006-03-202-0/+6
* * dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler hereChristopher Faylor2006-03-203-7/+11
* * hppa.h (SHF_HP_TLS, SHF_HP_NEAR_SHARED, SHF_HP_FAR_SHARED,John David Anglin2006-03-202-0/+35
* * pinfo.h (EXITCODE_OK): Define new constant.Christopher Faylor2006-03-183-1/+12
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-1814-86/+170
* 2006-03-18 Julien Lecomte <julienlecomte@users.sourceforge.net>Danny Smith2006-03-184-3/+62
* 2006-03-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-03-172-1/+5
* * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.Christopher Faylor2006-03-162-0/+7
* * cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor2006-03-168-32/+38
* 2006-03-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-03-152-2/+9
* * child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor2006-03-155-8/+34
* * fork.cc (frok::parent): Improve error message.Christopher Faylor2006-03-142-1/+11
* * dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor2006-03-145-25/+33
* 2006-03-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-03-142-2/+6
* 2006-03-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-03-145-196/+179
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-1311-59/+121
* * cygwinenv.sgml: Explain about new fork_retry CYGWIN environment variableChristopher Faylor2006-03-132-1/+11
* * dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor2006-03-136-36/+73
* Fix typo.Corinna Vinschen2006-03-131-1/+1
* * autoload.cc (LoadDLLfuncNt): New define to wrap NT native functions.Corinna Vinschen2006-03-133-26/+37
* tweak last ChangeLog descriptionChristopher Faylor2006-03-131-2/+2
* * cygtls.cc (_cygtls::remove): Reset initialized flag right away if we wereChristopher Faylor2006-03-135-100/+112
* * cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor2006-03-129-70/+80
* 2006-03-10 Paul Brook <paul@codesourcery.com>Paul Brook2006-03-102-0/+5
* 2006-03-10 Paul Brook <paul@codesourcery.com>Paul Brook2006-03-102-1/+5
* * syscalls.cc (rename): Move existance check for oldpath further upCorinna Vinschen2006-03-092-7/+41