OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
24 years ago2000-06-15 Michael Snyder <msnyder@cygnus.com>
msnyder [Thu, 15 Jun 2000 20:40:28 +0000 (20:40 +0000)]
2000-06-15  Michael Snyder  <msnyder@cygnus.com>

        * utils.c: Fix comment typo.

24 years agoNew file. A brief list of who maintains newlib.
ranjith [Thu, 15 Jun 2000 20:17:40 +0000 (20:17 +0000)]
New file.  A brief list of who maintains newlib.

24 years ago* path.cc (normalize_posix_path): Convert path to POSIX if it seems to be a
cgf [Thu, 15 Jun 2000 19:44:50 +0000 (19:44 +0000)]
* path.cc (normalize_posix_path): Convert path to POSIX if it seems to be a
Windows path.

24 years ago2000-06-15 H.J. Lu <hjl@gnu.org>
hjl [Thu, 15 Jun 2000 19:34:44 +0000 (19:34 +0000)]
2000-06-15  H.J. Lu  <hjl@gnu.org>

* binutils.texi: Put a warning on copying relocatable object
files between two different formats.

24 years ago2000-06-15 Michael Snyder <msnyder@seadog.cygnus.com>
msnyder [Thu, 15 Jun 2000 18:54:48 +0000 (18:54 +0000)]
2000-06-15  Michael Snyder  <msnyder@seadog.cygnus.com>

        * valops.c (value_cast): Break up long lines.

24 years ago * config/tc-mips.h: Remove definition of ONLY_STANDARD_ESCAPES.
ulfc [Thu, 15 Jun 2000 09:30:30 +0000 (09:30 +0000)]
* config/tc-mips.h: Remove definition of ONLY_STANDARD_ESCAPES.

24 years agoCorrectly set SEC_READONLY for .text section.
amodra [Thu, 15 Jun 2000 09:09:12 +0000 (09:09 +0000)]
Correctly set SEC_READONLY for .text section.

24 years ago* environ.cc (conv_envvars): Detect and convert all environment variables used
cgf [Thu, 15 Jun 2000 03:50:03 +0000 (03:50 +0000)]
* environ.cc (conv_envvars): Detect and convert all environment variables used
by libiberty's choose-temp.c

24 years ago*** empty log message ***
jimb [Wed, 14 Jun 2000 23:31:23 +0000 (23:31 +0000)]
*** empty log message ***

24 years ago2000-06-14 Jim Blandy <jimb@redhat.com>
jimb [Wed, 14 Jun 2000 23:29:06 +0000 (23:29 +0000)]
2000-06-14  Jim Blandy  <jimb@redhat.com>

* dwarf2read.c (dump_die): Use the proper printf format for
printing DW_UNSND values; they're longs now.

* dwarf2read.c (dump_die): We can read DW_FORM_data8 now, on
at least some platforms, so print it out too.

2000-06-14  James E. Wilson  <wilson@bletchleypark.cygnus.com>

* dwarf2read.c (struct attribute): Change unsnd and snd field types
to long.
(read_8_bytes): Change return type to long.
(read_unsigned_leb128): Change return type to long.  Change type of
local result to long.  Cast argument of left shift to long.
(read_signed_leb128): Likewise.

24 years ago * libc/stdio/fdopen.c (_fdopen_r): Take explicit given
corinna [Wed, 14 Jun 2000 22:25:45 +0000 (22:25 +0000)]
    * libc/stdio/fdopen.c (_fdopen_r): Take explicit given
        bin/textmode into account for Cygwin.

24 years agoRewrote "Adding or updating packages",
davidsb [Wed, 14 Jun 2000 20:56:56 +0000 (20:56 +0000)]
Rewrote "Adding or updating packages",
plus a few other minor changes.

24 years ago* include/winnt.h: Add some missing defines related to locale identifiers.
cgf [Wed, 14 Jun 2000 20:33:31 +0000 (20:33 +0000)]
* include/winnt.h: Add some missing defines related to locale identifiers.
Translate values of LANG_* and SUBLANG_* into hexadecimal.

24 years ago2000-06-14 H.J. Lu <hjl@gnu.org>
hjl [Wed, 14 Jun 2000 18:12:26 +0000 (18:12 +0000)]
2000-06-14  H.J. Lu <hjl@gnu.org>

* gas/macros/strings.d: Support a.out and coff.

24 years ago2000-06-14 H.J. Lu <hjl@gnu.org>
hjl [Wed, 14 Jun 2000 18:10:09 +0000 (18:10 +0000)]
2000-06-14  H.J. Lu  <hjl@gnu.org>

* vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
is NULL.

24 years agoRemove 'mrs r9, cpsr_all' since the cpsr_all flag is no longer legal syntax.
nickc [Wed, 14 Jun 2000 18:08:24 +0000 (18:08 +0000)]
Remove 'mrs r9, cpsr_all' since the cpsr_all flag is no longer legal syntax.

24 years agoTidied up formatting a bit.
davidsb [Wed, 14 Jun 2000 16:34:57 +0000 (16:34 +0000)]
Tidied up formatting a bit.
New entries:
How do I convert between Windows and UNIX paths?
Why are compiled executables so huge?!?

24 years agoMinor changes, also add note about deleting temp dir after setup.
davidsb [Wed, 14 Jun 2000 16:08:03 +0000 (16:08 +0000)]
Minor changes, also add note about deleting temp dir after setup.

24 years ago2000-06-14 Pierre Muller <muller@ics.u-strasbg.fr>
muller [Wed, 14 Jun 2000 12:27:59 +0000 (12:27 +0000)]
2000-06-14  Pierre Muller  <muller@ics.u-strasbg.fr>

Add support for Pascal language. Part 1: new files.
* p-exp.y, p-lang.c, p-lang.h, p-typeprint.c, p-valprint.c: New files.

24 years ago2000-06-13 Ulf Carlsson <ulfc@engr.sgi.com>
ulfc [Wed, 14 Jun 2000 04:58:49 +0000 (04:58 +0000)]
2000-06-13  Ulf Carlsson  <ulfc@engr.sgi.com>

* macro.c (getstring): Make it possible to escape the quote
character.

24 years ago * config/tc-hppa.c (pa_export): Weak symbols can be global.
law [Wed, 14 Jun 2000 02:58:48 +0000 (02:58 +0000)]
    * config/tc-hppa.c (pa_export): Weak symbols can be global.

24 years ago * binutils-all/readelf.exp (regexp_diff): Do not break when a
hp [Wed, 14 Jun 2000 01:21:35 +0000 (01:21 +0000)]
* binutils-all/readelf.exp (regexp_diff): Do not break when a
mismatching line is found.
(readelf_find_size): New.
(readelf_size): New global variable.
(readelf_test): Add newline to send_log of command.
If $srcdir/$subdir/$regexp_file-$readelf_size exists, use it
instead of $srcdir/$subdir/$regexp_file.
(*-*elf test): Fix typo in message.
* binutils-all/readelf.s-64: New.
* binutils-all/readelf.ss-64: New.

24 years agoPARAMS elimination.
kevinb [Wed, 14 Jun 2000 00:59:06 +0000 (00:59 +0000)]
PARAMS elimination.

24 years agoAdd test of macro expansion of string arguments.
nickc [Tue, 13 Jun 2000 21:23:27 +0000 (21:23 +0000)]
Add test of macro expansion of string arguments.

24 years ago* rcparse.y (control): ICON controls take an id as the first
dj [Tue, 13 Jun 2000 21:21:42 +0000 (21:21 +0000)]
* rcparse.y (control): ICON controls take an id as the first
parameter, not an optional string.  Also, call new convenience
function that takes res_id's.
* resrc.c (define_control): missing text means zero-length string,
not zero ID.
(define_icon_control): New.
* windres.h: declare define_icon_control.

24 years ago* "Dont" -> "Don't"
fche [Tue, 13 Jun 2000 20:32:01 +0000 (20:32 +0000)]
* "Dont" -> "Don't"

2000-06-13  Frank Ch. Eigler  <fche@redhat.com>

* compile.c, writecode.c: Correct typo.

24 years ago2000-06-13 Kazu Hirata <kazu@hxi.com>
law [Tue, 13 Jun 2000 19:54:56 +0000 (19:54 +0000)]
2000-06-13  Kazu Hirata  <kazu@hxi.com>

        * compile.c: Fix formatting.

24 years agoFix simple @-error.
davidsb [Tue, 13 Jun 2000 19:52:51 +0000 (19:52 +0000)]
Fix simple @-error.

24 years ago2000-06-13 H.J. Lu <hjl@gnu.org>
hjl [Tue, 13 Jun 2000 19:11:53 +0000 (19:11 +0000)]
2000-06-13  H.J. Lu  <hjl@gnu.org>

* configure: Regenerate.

24 years ago2000-06-13 H.J. Lu <hjl@gnu.org>
hjl [Tue, 13 Jun 2000 19:11:09 +0000 (19:11 +0000)]
2000-06-13  H.J. Lu  <hjl@gnu.org>

* configure: Regenerate.

24 years ago2000-06-13 H.J. Lu <hjl@gnu.org>
hjl [Tue, 13 Jun 2000 19:10:10 +0000 (19:10 +0000)]
2000-06-13  H.J. Lu  <hjl@gnu.org>

* configure: Regenerate.

24 years ago2000-06-13 H.J. Lu <hjl@gnu.org>
hjl [Tue, 13 Jun 2000 19:09:19 +0000 (19:09 +0000)]
2000-06-13  H.J. Lu  <hjl@gnu.org>

* configure: Regenerate.

24 years ago2000-06-13 H.J. Lu <hjl@gnu.org>
hjl [Tue, 13 Jun 2000 19:08:10 +0000 (19:08 +0000)]
2000-06-13  H.J. Lu  <hjl@gnu.org>

* configure: Regenerate.

24 years ago* path.cc (mount_info::add_item): The previous patch can't handle the case of
cgf [Tue, 13 Jun 2000 16:48:37 +0000 (16:48 +0000)]
* path.cc (mount_info::add_item): The previous patch can't handle the case of
overwriting a mount entry.

24 years agoNew entry: "How should I set my PATH?"
davidsb [Tue, 13 Jun 2000 16:30:58 +0000 (16:30 +0000)]
New entry: "How should I set my PATH?"

24 years agoRemoved a couple of "not yet updated" disclaimers.
davidsb [Tue, 13 Jun 2000 16:12:44 +0000 (16:12 +0000)]
Removed a couple of "not yet updated" disclaimers.
New entry: "info error "dir: No such file or directory""

24 years ago * configure.host (hppa*64*): Renamed from hppa2.0w per
law [Tue, 13 Jun 2000 15:21:27 +0000 (15:21 +0000)]
    * configure.host (hppa*64*): Renamed from hppa2.0w per
        gcc/binutils changes.
        * configure.tgt: Similarly.

24 years ago"Installation using the setup.exe program": minor note not to mess with
davidsb [Tue, 13 Jun 2000 14:58:35 +0000 (14:58 +0000)]
"Installation using the setup.exe program": minor note not to mess with
default mounts.
"Adding or updating packages": full instructions now, not just links to ml.
New:
subsection "Problems running setup.exe"
subsubsection "Error message: "Unable to retrieve the list of cygwin mirrors...""
subsubsection "System hangs when unpacking tar archives"

24 years ago* thread.h: Shorten "current_directory" variables to "cwd_*" throughout.
cgf [Tue, 13 Jun 2000 04:40:36 +0000 (04:40 +0000)]
* thread.h: Shorten "current_directory" variables to "cwd_*" throughout.
* path.cc: Ditto.
(normalize_posix_path): Add some extra debugging info.
(chdir): Ditto.  Store chdir'ed posix and MS-DOS directory names in "cache"
here rather than trying to derive them later.

24 years agoUse PT_CFM in place of PT_CR_IFS.
kevinb [Tue, 13 Jun 2000 03:17:11 +0000 (03:17 +0000)]
Use PT_CFM in place of PT_CR_IFS.

24 years agoFix arm-epoc-pe build problem:
amylaar [Tue, 13 Jun 2000 00:30:45 +0000 (00:30 +0000)]
Fix arm-epoc-pe build problem:
* peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
armpei_little_vec.

24 years ago * h8300-dis.c: Fix formatting.
law [Mon, 12 Jun 2000 22:23:24 +0000 (22:23 +0000)]
    * h8300-dis.c: Fix formatting.
        (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl]
        correctly.

24 years agoMerge "Installation and Setup" and "Using Cygwin Releases" to simply
davidsb [Mon, 12 Jun 2000 21:46:19 +0000 (21:46 +0000)]
Merge "Installation and Setup" and "Using Cygwin Releases" to simply
"Using Cygwin".  Significant update to "How can I access other drives?".

24 years ago2000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com>
msnyder [Mon, 12 Jun 2000 21:17:20 +0000 (21:17 +0000)]
2000-06-12  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * breakpoint.c (breakpoint_thread_match): Fix comment.

24 years ago2000-06-02 Michael Snyder <msnyder@seadog.cygnus.com>
msnyder [Mon, 12 Jun 2000 20:34:00 +0000 (20:34 +0000)]
2000-06-02  Michael Snyder  <msnyder@seadog.cygnus.com>

       * gdb.base/annota1.exp (run until main breakpoint): Loosen up
       the regular expression: accept an (almost) arbitrary sequence of
       "frames-invalid" and "breakpoints-invalid" messages both before
       and after the "starting" message.

24 years ago* src/paths.c (initialize_paths): Look in /usr/share for stuff.
cgf [Mon, 12 Jun 2000 19:22:56 +0000 (19:22 +0000)]
* src/paths.c (initialize_paths): Look in /usr/share for stuff.

24 years ago2000-06-12 Fernando Nasser <fnasser@cygnus.com>
fnasser [Mon, 12 Jun 2000 14:39:14 +0000 (14:39 +0000)]
2000-06-12  Fernando Nasser  <fnasser@cygnus.com>

        * valops.c (value_assign): Adjust the length to take into
        consideration that we are not starting from the beginning.

24 years ago * symfile.c (add_symbol_file_command): Properly reformat "else if"
ezannoni [Mon, 12 Jun 2000 14:05:44 +0000 (14:05 +0000)]
* symfile.c (add_symbol_file_command): Properly reformat "else if"
  code.
* coffread.c (coff_symtab_read): Ditto.

24 years agoser-tcp.o moved to configure.in.
cagney [Mon, 12 Jun 2000 06:34:32 +0000 (06:34 +0000)]
ser-tcp.o moved to configure.in.

24 years agoUpdate TODO - SER_HARDWIRE problem was fixed.
cagney [Mon, 12 Jun 2000 06:12:14 +0000 (06:12 +0000)]
Update TODO - SER_HARDWIRE problem was fixed.

24 years agoSet SER_HARDWIRE using autoconf instead of via XDEPFILES. Include
cagney [Mon, 12 Jun 2000 06:09:04 +0000 (06:09 +0000)]
Set SER_HARDWIRE using autoconf instead of via XDEPFILES.  Include
ser-tcp.o by default.

24 years agoMulti-arch GDB_TARGET_IS_MIPS64.
cagney [Mon, 12 Jun 2000 04:35:39 +0000 (04:35 +0000)]
Multi-arch GDB_TARGET_IS_MIPS64.

24 years agoPrint all known but not yet multi-arched values.
cagney [Mon, 12 Jun 2000 03:33:26 +0000 (03:33 +0000)]
Print all known but not yet multi-arched values.

24 years ago* config/i386/tm-i386.h: Add forward declaration of `struct value'.
kettenis [Mon, 12 Jun 2000 01:44:35 +0000 (01:44 +0000)]
* config/i386/tm-i386.h: Add forward declaration of `struct value'.
(FIX_CALL_DUMMY): Redefined to call i386_fix_call_dummy.
(i386_fix_call_dummy): Add prototype.
* i386-tdep.c (i386_fix_call_dummy): New function based on the
code from the old FIX_CALL_DUMMY macro.

24 years agoEliminate use of PARAMS.
kevinb [Mon, 12 Jun 2000 01:33:49 +0000 (01:33 +0000)]
Eliminate use of PARAMS.

24 years agoForgot a file
dberlin [Mon, 12 Jun 2000 01:31:41 +0000 (01:31 +0000)]
Forgot a file

24 years agoDon't try to dump void macros (when non multi-arch). They could
cagney [Mon, 12 Jun 2000 00:35:33 +0000 (00:35 +0000)]
Don't try to dump void macros (when non multi-arch).  They could
contain C statements.

24 years ago* exec.c (exec_file_attach): Add .exe extension when __CYGWIN__.
cgf [Sun, 11 Jun 2000 16:07:51 +0000 (16:07 +0000)]
* exec.c (exec_file_attach): Add .exe extension when __CYGWIN__.

24 years ago * fhandler_random.cc (read): Call CryptAquireContext with
corinna [Sun, 11 Jun 2000 14:01:18 +0000 (14:01 +0000)]
    * fhandler_random.cc (read): Call CryptAquireContext with
        CRYPT_VERIFYCONTEXT.

24 years ago* win/tclWinFile.c (TclMatchFiles): Revert Mon Jun 5 18:48:32 2000 Christopher
cgf [Sun, 11 Jun 2000 02:45:14 +0000 (02:45 +0000)]
* win/tclWinFile.c (TclMatchFiles): Revert Mon Jun 5 18:48:32 2000 Christopher
Faylor <cgf@cygnus.com>.  Fails on Windows 95.

24 years ago* win32-nat.c (safe_symbol_file_add_args): Store old gdb_stderr and gdb_stdout
cgf [Sun, 11 Jun 2000 02:34:40 +0000 (02:34 +0000)]
* win32-nat.c (safe_symbol_file_add_args): Store old gdb_stderr and gdb_stdout
here.
(safe_symbol_file_add_stub): Redirect gdb_stdout as well as stderr.
(safe_symbol_file_add_cleanup): Restore gdb_stdout.
(info_dll_command): Use the pager for displaying DLLs since there are often
quite a few.

24 years agoTrim targ_arches to just the first.
cagney [Sun, 11 Jun 2000 01:39:08 +0000 (01:39 +0000)]
Trim targ_arches to just the first.

24 years agoRe-implement gdbach_dump() so that it prints out the macro values.
cagney [Sat, 10 Jun 2000 05:37:47 +0000 (05:37 +0000)]
Re-implement gdbach_dump() so that it prints out the macro values.
Add ``maint print arch'' command.
Add ``gdbarch_register()'' function that also takes gdbarch_dump_tdep().
Use in mips-tdep.c.

24 years agoEliminate PARAMS.
kevinb [Sat, 10 Jun 2000 01:32:12 +0000 (01:32 +0000)]
Eliminate PARAMS.

24 years ago2000-06-08 Fernando Nasser <fnasser@cygnus.com>
fnasser [Fri, 9 Jun 2000 23:32:47 +0000 (23:32 +0000)]
2000-06-08  Fernando Nasser  <fnasser@cygnus.com>

        * config/i386/tm-embed.h: New file.  Specific for embedded targets
        like i386-elf, i386-coff and i386-aout.
        * config/i386/embed.mt (): Specify tm-embed.h instead of the System V
        header file.

24 years ago2000-06-08 Fernando Nasser <fnasser@cygnus.com>
fnasser [Fri, 9 Jun 2000 23:22:16 +0000 (23:22 +0000)]
2000-06-08  Fernando Nasser  <fnasser@cygnus.com>

        * MAINTAINERS: Add myself to gdbtk list.

24 years agoAdd ChangeLog entry for change to MAINTAINERS on 2000-06-01 (sorry Andrew!)
kdienes [Fri, 9 Jun 2000 22:14:43 +0000 (22:14 +0000)]
Add ChangeLog entry for change to MAINTAINERS on 2000-06-01 (sorry Andrew!)

24 years agoFri Jun 9 14:28:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
jjohnstn [Fri, 9 Jun 2000 18:50:05 +0000 (18:50 +0000)]
Fri Jun  9 14:28:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>

        * libc/include/sys/reent.h (_rand_next): Changed to
        unsigned long long and moved to end of _reent struct in _new union.
        (_REENT_INIT): Changed to move _rand_next initialization.
        * libc/stdlib/rand.c (rand): Changed to use unsigned long long
        linear congruential algorithm that is used by DJGPP.

24 years agoDefine U_REGS_OFFSET.
kevinb [Fri, 9 Jun 2000 18:21:59 +0000 (18:21 +0000)]
Define U_REGS_OFFSET.

24 years ago * avr.h: clr,lsl,rol, ... moved after add,adc, ...
denisc [Fri, 9 Jun 2000 18:02:05 +0000 (18:02 +0000)]
* avr.h: clr,lsl,rol, ... moved after add,adc, ...

24 years ago * avr-dis.c (avr_operand): Bugfix for jmp/call address.
denisc [Fri, 9 Jun 2000 17:58:33 +0000 (17:58 +0000)]
* avr-dis.c (avr_operand): Bugfix for jmp/call address.

24 years ago2000-06-08 Fernando Nasser <fnasser@cygnus.com>
fnasser [Fri, 9 Jun 2000 16:28:40 +0000 (16:28 +0000)]
2000-06-08  Fernando Nasser  <fnasser@cygnus.com>

        * gdbtk-cmds.c (get_register):  Allow editing of typed registers if
        the type is a union with the first tag equal to the register name.

24 years ago * lib/libgloss.exp (proc_get_multilibs): Handle multilib
clm [Fri, 9 Jun 2000 13:14:35 +0000 (13:14 +0000)]
* lib/libgloss.exp (proc_get_multilibs):  Handle multilib
        pathnames for ports that have defined MULTILIB_EXTRA_OPTS.

24 years ago2000-06-08 Fernando Nasser <fnasser@cygnus.com>
fnasser [Fri, 9 Jun 2000 03:35:09 +0000 (03:35 +0000)]
2000-06-08  Fernando Nasser  <fnasser@cygnus.com>

        * configure.in: Replace misplaced CONFIG_ADD by the correct
        CONFIG_CLEAN.
        * configure, config.in: Regenerate.

24 years agoThu Jun 8 21:18:00 2000 Ranjith Kumaran <ranjith@cygnus.com>
ranjith [Fri, 9 Jun 2000 01:13:35 +0000 (01:13 +0000)]
Thu Jun  8 21:18:00 2000  Ranjith Kumaran  <ranjith@cygnus.com>

* libc/include/stdlib.h: Set RAND_MAX to __RAND_MAX.
* libc/include/sys/config.h: Define __RAND_MAX.

24 years ago2000-06-08 Fernando Nasser <fnasser@cygnus.com>
fnasser [Fri, 9 Jun 2000 00:51:54 +0000 (00:51 +0000)]
2000-06-08  Fernando Nasser  <fnasser@cygnus.com>

        * values.c (value_primitive_field): Copy VALUE_REGNO as well.
        With typed registers we may have the location information in this field,
        in addition to VALUE_ADDRESS (which was already being copied).

24 years agoDon't treat `;' as a line separator by default.
amodra [Fri, 9 Jun 2000 00:00:02 +0000 (00:00 +0000)]
Don't treat `;' as a line separator by default.
Explicitly mention `;' in line_separator_chars in each backend.

24 years agoThu Jun 8 17:54:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
jjohnstn [Thu, 8 Jun 2000 21:56:18 +0000 (21:56 +0000)]
Thu Jun  8 17:54:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>

        * libc/stdlib/rand_r.c: New algorithm that meets minimal
        standard.

24 years ago * path.cc (path_conv::check): Erase two lines checked in
corinna [Thu, 8 Jun 2000 20:51:10 +0000 (20:51 +0000)]
    * path.cc (path_conv::check): Erase two lines checked in
        by mistake.

24 years ago2000-06-06 Fernando Nasser <fnasser@cygnus.com>
fnasser [Thu, 8 Jun 2000 20:30:07 +0000 (20:30 +0000)]
2000-06-06  Fernando Nasser  <fnasser@cygnus.com>

        * util.tcl (find_iwidgets_library): Add missing global declaration
        which caused a stack trace instead of the proper error message.

24 years agoAdd this missing entry:
fnasser [Thu, 8 Jun 2000 19:53:43 +0000 (19:53 +0000)]
Add this missing entry:
2000-05-01  Fernando Nasser  <fnasser@cygnus.com>

        * variables.tcl (edit): Make changes to a variable which is a register
        to be reflected on the register window by running the update hook.

24 years agoAssign correct reloc value to size 1 constant valued fixes.
nickc [Thu, 8 Jun 2000 19:19:22 +0000 (19:19 +0000)]
Assign correct reloc value to size 1 constant valued fixes.

24 years ago* configure.in (VERSION): Update to show this is the CVS mainline.
obrien [Thu, 8 Jun 2000 19:00:01 +0000 (19:00 +0000)]
* configure.in (VERSION): Update to show this is the CVS mainline.

Approved by: Nick Clifton <nickc@cygnus.com>
Message-Id: <200005222205.PAA14565@elmo.cygnus.com>

24 years ago* emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
obrien [Thu, 8 Jun 2000 18:39:43 +0000 (18:39 +0000)]
* emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
input objects to be ECOFF.
(check_sections): einfo takes %B, not %P, to print a BFD name.

Approved by: Nick Clifton <nickc@cygnus.com>
Message-Id: <200006081748.KAA12555@elmo.cygnus.com>

24 years ago* config/tc-alpha.c (md_undefined_symbol): Properly understand that $at
obrien [Thu, 8 Jun 2000 18:34:05 +0000 (18:34 +0000)]
* config/tc-alpha.c (md_undefined_symbol): Properly understand that $at
is the integer register $r28, vs. both $r28 and the floating point
register $f28.

This quiets a bogus warning about needing ".set noat".

Approved by: Nick Clifton <nickc@cygnus.com>
Message-Id: <200006081749.KAA12558@elmo.cygnus.com>

24 years agounwind bug fixes needed for today's gcc patch.
wilson [Thu, 8 Jun 2000 17:07:48 +0000 (17:07 +0000)]
unwind bug fixes needed for today's gcc patch.
* config/tc-ia64.c (generate_unwind_image): Call ia64_flush_insns.
(dot_endp): Don't call ia64_flush_insns.
(emit_one_bundle): Don't delete prologue/body records from
unwind_record list in first loop.  Rewrite second loop to account for
this.

24 years ago * fhandler.cc (fhandler_disk_file::open): Check for directory
corinna [Thu, 8 Jun 2000 13:56:28 +0000 (13:56 +0000)]
    * fhandler.cc (fhandler_disk_file::open): Check for directory
        to set O_DIROPEN on directories anyway.

24 years ago path.cc (mount_info::init): Eliminate the mount_slash feature.
corinna [Thu, 8 Jun 2000 13:24:52 +0000 (13:24 +0000)]
    path.cc (mount_info::init): Eliminate the mount_slash feature.
        (mount_slash): Eliminated.
        (mount_info::read_mounts): Eliminate looking up existing entries. The
        loop for deleting cygpath entries is done only when such entries exist.
        (mount_info::from_registry): Eliminate sorting.
        (mount_info::add_item): Call add_reg_mount if necessary. Check nmounts
        more precisely. Use strcasematch in looking up existing entries.
        (mount_info::del_item): Call del_reg_mount if necessary. Use
        strcasematch. Use memmove instead of memcpy.
        (mount_info::import_v1_registry): Everything is done in this method.
        (mount_info::to_registry): Eliminated.
        (mount_info::from_v1_registry): Eliminated.
        (cygwin_umount): Simply call del_item.
        shared.h: Modify the declaration of add_item and del_item. Remove the
        declaration of from_v1_registry.

24 years ago mount.cc (error): New function to report an error and exit.
corinna [Thu, 8 Jun 2000 12:54:11 +0000 (12:54 +0000)]
    mount.cc (error): New function to report an error and exit.
        umount.cc (error): Ditto.
        (remove_all_automounts): Check return status of cygwin_umount.
        (remove_all_user_mounts): Ditto.
        (remove_all_system_mounts): Ditto.

24 years agoPurge all uses of make_cleanup_func in GDBtk.
cagney [Thu, 8 Jun 2000 08:13:20 +0000 (08:13 +0000)]
Purge all uses of make_cleanup_func in GDBtk.

24 years agoMIPS is always multi-arch enabled.
cagney [Thu, 8 Jun 2000 06:35:39 +0000 (06:35 +0000)]
MIPS is always multi-arch enabled.

24 years agoDelete MIPS_DEFAULT_FPU from config/mips/*.h
cagney [Thu, 8 Jun 2000 04:51:10 +0000 (04:51 +0000)]
Delete MIPS_DEFAULT_FPU from config/mips/*.h

24 years agoUse config.bfd to determine the default architecture and byte order.
cagney [Thu, 8 Jun 2000 04:00:55 +0000 (04:00 +0000)]
Use config.bfd to determine the default architecture and byte order.
Flush all BYTE_ORDER_DEFAULT macros from mips. Can rely on BFD's value.

24 years ago* include/cygwin/version.h: Bump DLL minor version number to 3.
cgf [Thu, 8 Jun 2000 03:58:51 +0000 (03:58 +0000)]
* include/cygwin/version.h: Bump DLL minor version number to 3.

24 years agoChange various Makefile.in to use standard autoconf variables.
cgf [Thu, 8 Jun 2000 03:26:01 +0000 (03:26 +0000)]
Change various Makefile.in to use standard autoconf variables.

24 years agoBotch in previous change. Was comparing against "ask" instead of
cagney [Thu, 8 Jun 2000 01:52:43 +0000 (01:52 +0000)]
Botch in previous change.  Was comparing against "ask" instead of
follow_fork_mode_ask.

24 years ago* cygwin.din: add cygwin_dll_init
dj [Thu, 8 Jun 2000 00:55:27 +0000 (00:55 +0000)]
* cygwin.din: add cygwin_dll_init
* dcrt0.cc (cygwin_dll_init): new
(dll_crt0_1): short circuit if manually loaded
* path.cc (mount_info::init): don't init if manually loaded

24 years agoChange signature of function add_set_enum_cmd() so that it uses
cagney [Thu, 8 Jun 2000 00:52:56 +0000 (00:52 +0000)]
Change signature of function add_set_enum_cmd() so that it uses
constant character pointers.  Update everything.
As a consequence fix infrun's follow-fork plugging a small memory leak.

24 years agoPatch from David Mosberger, cleanups to improve 32b-x-64b cross support.
wilson [Wed, 7 Jun 2000 23:14:21 +0000 (23:14 +0000)]
Patch from David Mosberger, cleanups to improve 32b-x-64b cross support.
* config/tc-ia64.c: Add missing prototypes.
(generate_unwind_image): Cast argument to output_unw_records call.

24 years agonew file - notes about using --enable-maintainer-mode
nickc [Wed, 7 Jun 2000 21:31:48 +0000 (21:31 +0000)]
new file - notes about using --enable-maintainer-mode