af9315f8a3 
								
							 
						 
						
							
							
								
								* cygwin-ug-net.in.sgml: Remove outdated revision information and authors names  
							
							
							
						 
						
							2003-05-09 00:05:02 +00:00  
				
					
						
							
							
								 
						
							
								964e8f75bd 
								
							 
						 
						
							
							
								
								s/burtle/iterative  
							
							
							
						 
						
							2003-05-07 20:30:13 +00:00  
				
					
						
							
							
								 
						
							
								4c8abaa353 
								
							 
						 
						
							
							
								
								Index: gdb/ChangeLog  
							
							... 
							
							
							
							2003-05-07  Andrew Cagney  <cagney@redhat.com>
	* d10v-tdep.c (remote_d10v_translate_xfer_address): Add
	"regcache".
	(d10v_print_registers_info): Update.
	(d10v_dmap_register, d10v_imap_register): Delete functions.
	(struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
	and "imap_register".
	(d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
	(d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
	* arch-utils.c (generic_remote_translate_xfer_address): Add
	"regcache" and "gdbarch" parameters.
	* gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
	parameter.  Change class to multi-arch.
	* gdbarch.h, gdbarch.c: Re-generate.
	* remote.c (remote_xfer_memory): Use
	gdbarch_remote_translate_xfer_address.
Index: include/gdb/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>
	* sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
	(sim_d10v_translate_imap_addr): Add regcache parameter.
	(sim_d10v_translate_dmap_addr): Ditto.
Index: sim/d10v/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>
	* interp.c (sim_d10v_translate_addr): Add "regcache" parameter.
	(sim_d10v_translate_imap_addr): Ditto.
	(sim_d10v_translate_dmap_addr): Ditto.
	(xfer_mem): Pass NULL regcache to sim_d10v_translate_addr.
	(dmem_addr): Pass NULL regcache to sim_d10v_translate_dmap_addr.
	(dmap_register, imap_register): Add "regcache" parameter.
	(imem_addr): Pass NULL regcache to sim_d10v_translate_imap_addr.
	(sim_fetch_register): Pass NULL regcache to imap_register and
	dmap_register. 
							
						 
						
							2003-05-07 19:21:13 +00:00  
				
					
						
							
							
								 
						
							
								f996c00b60 
								
							 
						 
						
							
							
								
								libiberty/  
							
							... 
							
							
							
							* hashtab.c (burtle_hash): New fn.
        * configure.in: Add AC_C_BIGENDIAN_CROSS.
        * aclocal.m4: Include accross.m4.
        * configure, config.in: Regenerate.
include/
        * hashtab.h (burtle_hash): Prototype.
        (burtle_hash_object): New macro. 
							
						 
						
							2003-05-07 18:06:23 +00:00  
				
					
						
							
							
								 
						
							
								85051ee6c1 
								
							 
						 
						
							
							
								
								* include/_mingw.h: Change version to 3.0  
							
							... 
							
							
							
							* Makefile.in: Ditto. 
							
						 
						
							2003-05-07 03:12:17 +00:00  
				
					
						
							
							
								 
						
							
								0bb7254f38 
								
							 
						 
						
							
							
								
								* signal.cc (nanosleep): Do not wait twice for signal arrival.  
							
							
							
						 
						
							2003-05-06 19:39:10 +00:00  
				
					
						
							
							
								 
						
							
								4c6bc0ed42 
								
							 
						 
						
							
							
								
								Uh hum, just not my day  
							
							
							
						 
						
							2003-05-06 16:04:25 +00:00  
				
					
						
							
							
								 
						
							
								60e9842b39 
								
							 
						 
						
							
							
								
								* configure: Regenerate  
							
							
							
						 
						
							2003-05-06 14:48:34 +00:00  
				
					
						
							
							
								 
						
							
								3a1f652308 
								
							 
						 
						
							
							
								
								* configure.in (W32API_INCLUDE): Need the -I switch in the value.  
							
							... 
							
							
							
							* mingwex/configure.in (W32API_INCLUDE): Ditto.
	* profile/configure.in (W32API_INCLUDE): Ditto. 
							
						 
						
							2003-05-06 14:46:06 +00:00  
				
					
						
							
							
								 
						
							
								98a430bcbe 
								
							 
						 
						
							
							
								
								Oops. Add ending quotes to CFLAGS value.  
							
							
							
						 
						
							2003-05-06 13:35:20 +00:00  
				
					
						
							
							
								 
						
							
								42fbaad1e8 
								
							 
						 
						
							
							
								
								* configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites  
							
							... 
							
							
							
							of multiply defined symbols if the symbols is defined locally.  E.G.:
	A local definition of malloc causes this problem.
	* configure: Regenerate.
	* profile/Makefile.in (W32API_INCLUDE): New variable.
	(ALL_CFLAGS): Use W32API_INCLUDE value.
	(ALL_CXXFLAGS): Ditto.
	(gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS.
	Thanks to Jeff Bonggren <jbon@users.sf.net>.
	* profile/configure.in (W32API_INCLUDE): Set default value.
	* profile/configure: Regenerate.
	* mingwex/Makefile.in (W32API_INCLUDE): New variable.
	(ALL_CFLAGS): Use W32API-INCLUDE value.
	(ALL_CXXFLAGS): Ditto.
	* mingwex/configure.in (W32API_INCLUDE): Set default value.
	* mingwex/configure: Regenerate. 
							
						 
						
							2003-05-06 13:26:44 +00:00  
				
					
						
							
							
								 
						
							
								af70a0ea40 
								
							 
						 
						
							
							
								
								2003-05-05  H.J. Lu <hjl@gnu.org>  
							
							... 
							
							
							
							* config-ml.in: Restored from gcc repository. 
							
						 
						
							2003-05-05 21:35:08 +00:00  
				
					
						
							
							
								 
						
							
								fe2f86961e 
								
							 
						 
						
							
							
								
								* Makefile.in (W32API_INCLUDE): New variable.  
							
							... 
							
							
							
							(ALL_CFLAGS): Include W32API_INCLUDE value.
	(ALL_CXXFLAGS): Ditto.
	* configure.in (CFLAGS): Add -D__USE_CRTIMP=1 to default values.
	(W32API_INCLUDE): Set default value.
	* configure: Regenerate. 
							
						 
						
							2003-05-05 16:04:11 +00:00  
				
					
						
							
							
								 
						
							
								2937200d0e 
								
							 
						 
						
							
							
								
								* include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,  
							
							... 
							
							
							
							TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
	HOTKEY_CLASS): Remove dupicate defines for UNICODE case. 
							
						 
						
							2003-05-05 09:16:35 +00:00  
				
					
						
							
							
								 
						
							
								a6d745f53c 
								
							 
						 
						
							
							
								
								* include/cygwin/types.h: Fix erroneous definition of ino_t from  
							
							... 
							
							
							
							2003-04-28. 
							
						 
						
							2003-05-03 18:14:29 +00:00  
				
					
						
							
							
								 
						
							
								40d3c80413 
								
							 
						 
						
							
							
								
								* syscalls.cc (chown_worker): Allow chown'ing of socket files.  
							
							
							
						 
						
							2003-05-03 16:03:19 +00:00  
				
					
						
							
							
								 
						
							
								37e8e528aa 
								
							 
						 
						
							
							
								
								2003-05-02  Chris Demetriou  <cgd@broadcom.com>  
							
							... 
							
							
							
							* Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
        * Makefile.in: Regenerate. 
							
						 
						
							2003-05-03 01:31:50 +00:00  
				
					
						
							
							
								 
						
							
								c854ba881a 
								
							 
						 
						
							
							
								
								2003-05-02  Andrew Cagney  <cagney@redhat.com>  
							
							... 
							
							
							
							* New file. 
							
						 
						
							2003-05-03 00:44:23 +00:00  
				
					
						
							
							
								 
						
							
								ff524f6ce8 
								
							 
						 
						
							
							
								
								Check in proper version of Eric's patch.  
							
							
							
						 
						
							2003-05-02 20:06:52 +00:00  
				
					
						
							
							
								 
						
							
								c2ec76163e 
								
							 
						 
						
							
							
								
								2003-05-02  Eric Christopher  <echristo@redhat.com>  
							
							... 
							
							
							
							* mips/cma101.c (__sizemem): Make sure that end is not in .sdata. 
							
						 
						
							2003-05-02 19:30:45 +00:00  
				
					
						
							
							
								 
						
							
								eba533fe59 
								
							 
						 
						
							
							
								
								* src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,  
							
							... 
							
							
							
							and Makefile.def. 
							
						 
						
							2003-05-02 17:29:48 +00:00  
				
					
						
							
							
								 
						
							
								1a2060aa43 
								
							 
						 
						
							
							
								
								2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>  
							
							... 
							
							
							
							* include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
	EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
	EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
	EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
	EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
	EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
	EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines. 
							
						 
						
							2003-05-02 00:46:57 +00:00  
				
					
						
							
							
								 
						
							
								b349465ef3 
								
							 
						 
						
							
							
								
								2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>  
							
							... 
							
							
							
							* include/commctrl.h (TBM_*): Add missing trackbar defines. 
							
						 
						
							2003-05-02 00:16:03 +00:00  
				
					
						
							
							
								 
						
							
								41e7de4863 
								
							 
						 
						
							
							
								
								* include/cplext.h (CPLPAGE_MOUSE_WHEEL,  
							
							... 
							
							
							
							CPLPAGE_DISPLAY_BACKGROUND): Add defines. 
							
						 
						
							2003-05-02 00:11:49 +00:00  
				
					
						
							
							
								 
						
							
								72fe171d03 
								
							 
						 
						
							
							
								
								oops - undo accidental change commited with a different patch  
							
							
							
						 
						
							2003-05-01 16:32:56 +00:00  
				
					
						
							
							
								 
						
							
								2238537c36 
								
							 
						 
						
							
							
								
								* Makefile.in: Revert patch from 2003-04-17.  
							
							
							
						 
						
							2003-04-30 22:18:24 +00:00  
				
					
						
							
							
								 
						
							
								14dbd34e9e 
								
							 
						 
						
							
							
								
								* include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.  
							
							... 
							
							
							
							(SetDCPenColor, SetDCBrushColor): Add prototypes.
	* lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs. 
							
						 
						
							2003-04-30 09:28:15 +00:00  
				
					
						
							
							
								 
						
							
								078df11cf2 
								
							 
						 
						
							
							
								
								Add entry for change to libnosys/sbrk.c  
							
							
							
						 
						
							2003-04-29 08:00:22 +00:00  
				
					
						
							
							
								 
						
							
								aa41823ffc 
								
							 
						 
						
							
							
								
								bfd/  
							
							... 
							
							
							
							2003-04-28  H.J. Lu <hjl@gnu.org>
	* elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
	the relax finalize pass.
	* section.c (struct sec): Add need_finalize_relax and remove
	flag11.
	(STD_SECTION): Update struct sec initializer.
	* bfd-in2.h: Regenerated.
include/
2003-04-28  H.J. Lu <hjl@gnu.org>
	* bfdlink.h (bfd_link_info): Add relax_finalizing.
ld/
2003-04-28  H.J. Lu <hjl@gnu.org>
	* ldlang.c (lang_process): Add the relax finalize pass.
	* ldmain.c (main): Initialize link_info.relax_finalizing to
	FALSE. 
							
						 
						
							2003-04-29 01:53:45 +00:00  
				
					
						
							
							
								 
						
							
								6ef342e460 
								
							 
						 
						
							
							
								
								* profil.h (PROFADDR): Prevent overflow when text segments are larger than  
							
							... 
							
							
							
							256k.
* profil.c (profthr_func): Raise thread priority for more accurate sampling.
* path.cc (hash_path_name): Use ino_t as type. 
							
						 
						
							2003-04-28 20:10:54 +00:00  
				
					
						
							
							
								 
						
							
								eae4b2b0bc 
								
							 
						 
						
							
							
								
								Regenerated using different version of autoconf.  
							
							
							
						 
						
							2003-04-28 17:19:05 +00:00  
				
					
						
							
							
								 
						
							
								f29d8007e7 
								
							 
						 
						
							
							
								
								* Makefile.tpl: Clean $(BUILD_SUBDIR).  
							
							... 
							
							
							
							* Makefile.in: Regenerated. 
							
						 
						
							2003-04-28 02:24:35 +00:00  
				
					
						
							
							
								 
						
							
								878251d460 
								
							 
						 
						
							
							
								
								really check in correct fix.  
							
							
							
						 
						
							2003-04-27 03:14:02 +00:00  
				
					
						
							
							
								 
						
							
								7d6d38aaec 
								
							 
						 
						
							
							
								
								* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.  
							
							
							
						 
						
							2003-04-27 03:09:17 +00:00  
				
					
						
							
							
								 
						
							
								45bfd8ed74 
								
							 
						 
						
							
							
								
								* mkpasswd.c (usage) Remove extra newline from description output.  
							
							
							
						 
						
							2003-04-26 22:33:00 +00:00  
				
					
						
							
							
								 
						
							
								98dc5aa07f 
								
							 
						 
						
							
							
								
								2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>  
							
							... 
							
							
							
							* include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro. 
							
						 
						
							2003-04-26 22:00:16 +00:00  
				
					
						
							
							
								 
						
							
								aa275fe010 
								
							 
						 
						
							
							
								
								* cygcheck.cc (usage) Add description output.  
							
							
							
						 
						
							2003-04-26 21:52:03 +00:00  
				
					
						
							
							
								 
						
							
								3c7197b104 
								
							 
						 
						
							
							
								
								* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example  
							
							
							
						 
						
							2003-04-26 14:10:59 +00:00  
				
					
						
							
							
								 
						
							
								a5035abfac 
								
							 
						 
						
							
							
								
								* include/oaidl.h (ITypeMarshal): Add interface.  
							
							
							
						 
						
							2003-04-26 08:48:03 +00:00  
				
					
						
							
							
								 
						
							
								d9d35a454b 
								
							 
						 
						
							
							
								
								2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>  
							
							... 
							
							
							
							* include/winioctl.h: Clean up formatting.
	(RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
	(CREATE_DISK): Add _ANONYMOUS_UNION macro.
	(DISK_CACHE_INFORMATION): Likewise.
	(DISK_DETECTION_INFO): Likewise.
	(DISK_PARTITION_INFO): Likewise.
	(PARTITION_INFORMATION_EX): Likewise.
	(DRIVE_LAYOUT_INFORMATION_EX): Likewise.
2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
	* include/winbase.h (DeleteVolumeMountPoint[AW],
	FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
	FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
	GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
	SetVolumeMountPoint[AW]): Add prototypes.
	* include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
	IOCTL_DISK_SET_PARTITION_INFO_EX,
	IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
	IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
	IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
	IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
	IOCTL_DISK_GET_CACHE_INFORMATION,
	IOCTL_DISK_SET_CACHE_INFORMATION,
	IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
	FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
	FSCTL_MOVE_FILE): Define.
	(CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
	DISK_CACHE_INFORMATION,
	DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
	DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
	DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
	GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
	DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
	PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
	PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
	MOVE_FILE_DATA,
	RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
	STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs
	(PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
	(MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
	F5_720_512,
	F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024, F3_128Mb_512,
	F3_230Mb_512,
	F8_256_128, F3_200Mb_512, F3_240M_512, and F3_32M_512.
	* lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
	stubs. 
							
						 
						
							2003-04-26 08:31:29 +00:00  
				
					
						
							
							
								 
						
							
								f615d74b72 
								
							 
						 
						
							
							
								
								* include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h  
							
							... 
							
							
							
							to allow standalone usage (autoconf). 
							
						 
						
							2003-04-25 08:32:30 +00:00  
				
					
						
							
							
								 
						
							
								71853f09cc 
								
							 
						 
						
							
							
								
								Add support for h8300hn and h8300sn  
							
							
							
						 
						
							2003-04-24 12:36:08 +00:00  
				
					
						
							
							
								 
						
							
								5d9a7c875a 
								
							 
						 
						
							
							
								
								* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense  
							
							... 
							
							
							
							throughout. 
							
						 
						
							2003-04-24 01:57:07 +00:00  
				
					
						
							
							
								 
						
							
								480fa852f4 
								
							 
						 
						
							
							
								
								include/  
							
							... 
							
							
							
							* bfdlink.h (bfd_link_callbacks): Add error_handler.
ld/
	* ldmain.c (link_callbacks): Initialize error_handler.
	* ldmisc.c (error_handler): New function.
	* ldmisc.h (error_handler): New prototype. 
							
						 
						
							2003-04-24 01:43:33 +00:00  
				
					
						
							
							
								 
						
							
								93749c21f1 
								
							 
						 
						
							
							
								
								bfd:  
							
							... 
							
							
							
							* archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
        * cpu-sh.c: Likewise.
        * elf32-sh.c: Likewise.
        * reloc.c (bfd_reloc_code_real): Likewise.
        * elf32-sh64-com.c: Change comment to refer to SuperH.
        * elf32-sh64.c: Likewise.
        * elf64-sh64.c: Likewise.
        * bfd-in2.h (enum bfd_architecture): Regenerate.
binutils:
        * readelf.c (get_machine_name) <EM_SH>: Amend return value
        to refer to SuperH.
gas:
        * config/tc-sh.c: Amend comment to refer to SuperH.
        * config/tc-sh.h: Likewise.
        (LISTING_HEADER): Amend to refer to SuperH.
        * config/tc-sh64.c: Change comment to refer to SuperH.
        * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH.
        * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH.
        * doc/c-sh.texi: Amend to refer to SuperH.
        Add SuperH architecture documentation references.
        * doc/c-sh64.texi: Change to refer to SuperH.
include/elf:
        * common.h (EM_SH): Amend comment to refer to SuperH.
ld/testsuite:
        * ld-sh/sh64/crange3-cmpct.rd (Machine): Change to refer to SuperH.
        * ld-sh/sh64/crange3-media.rd (Machine): Likewise. 
							
						 
						
							2003-04-23 21:09:04 +00:00  
				
					
						
							
							
								 
						
							
								5ee5024076 
								
							 
						 
						
							
							
								
								Handle the simulation of programs that load with data in ROM which needs to be  
							
							... 
							
							
							
							copied into RAM before execution starts. 
							
						 
						
							2003-04-23 17:54:00 +00:00  
				
					
						
							
							
								 
						
							
								5f92bef8a8 
								
							 
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2003-04-23 01:54:17 +00:00  
				
					
						
							
							
								 
						
							
								0eaf24fead 
								
							 
						 
						
							
							
								
								* select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is called  
							
							... 
							
							
							
							for successful non-blocking pipe reads. 
							
						 
						
							2003-04-23 01:27:51 +00:00  
				
					
						
							
							
								 
						
							
								afef487c7d 
								
							 
						 
						
							
							
								
								Replace references to Mitsubishi M32R with references to Renesas M32R.  
							
							
							
						 
						
							2003-04-22 16:21:18 +00:00  
				
					
						
							
							
								 
						
							
								e8a57b4fc7 
								
							 
						 
						
							
							
								
								* include/inttypes.h: New file.  
							
							... 
							
							
							
							* include/stdint.h: New file.
	* include/cygwin/in.h: Include stdint.h instead of sys/types.h.
	* include/cygwin/types.h: Include stdint.h.  Remove typedefs for
	intN_t and uintN_t since these are defined in stdint.h now. 
							
						 
						
							2003-04-22 14:55:01 +00:00