diff options
author | Stu Grossman <grossman@cygnus> | 1996-09-08 23:33:23 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-09-08 23:33:23 +0000 |
commit | 7bd1f0c5f9f6797fdde52e9fc18e4a0036197f3c (patch) | |
tree | 40da1db3be632c88a3067279c09e806622b9551a /gdb/configure | |
parent | f39a09c9adb7f331d9dac1c824905b1b8c310fb4 (diff) | |
download | gdb-7bd1f0c5f9f6797fdde52e9fc18e4a0036197f3c.zip gdb-7bd1f0c5f9f6797fdde52e9fc18e4a0036197f3c.tar.gz gdb-7bd1f0c5f9f6797fdde52e9fc18e4a0036197f3c.tar.bz2 |
* blockframe.c (inside_main_func): Cleanup slightly. Move
mainsym def into the block it's used in.
* configure.in configure: Allow NATDEPFILES to be recognized in
.mh files regardless of whitespace.
* cpu32bug-rom.c (cpu32bug_cmds): Change load_response string to
keep downloads from hanging.
* remote-wiggler.c: Add support for flash upgrades.
* (wiggler_error): Fix message format. Add new error code.
* (wiggler_write_byets): Error code is hex. Report errors with
proper routine name.
* (wiggler_read_byets): Report errors with proper routine name.
* (get_packet): Add support for new flash commands.
* (wiggler_load): Call clear_symtab_users() to reset things
properly after download.
* (flash_xfer_memory bdm_update_flash_command): New funxtions to
support flash upgrades for Wiggler.
* (_initialize_remote_wiggler): Add `bdm update-flash' command.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 3301b65..3eecffd 100755 --- a/gdb/configure +++ b/gdb/configure @@ -3481,7 +3481,7 @@ EOF cat >> $CONFIG_STATUS <<\EOF if test "${nativefile}" = ""; then -sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \ +sed -e '/^NATDEPFILES[ ]*=[ ]*/s//# NATDEPFILES=/' \ < Makefile > Makefile.tem mv -f Makefile.tem Makefile fi |