aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2002-11-11 17:21:33 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2002-11-11 17:21:33 +0000
commit591d46894bf0b9d3202f45ae0f0c4777ebf77e71 (patch)
tree1126c11c24a5fb32a64dd5e8bcdaac3d91b643e5 /gas
parent1a89f85f47a3854adae4b61ab31eca4d044561ab (diff)
downloadfsf-binutils-gdb-591d46894bf0b9d3202f45ae0f0c4777ebf77e71.zip
fsf-binutils-gdb-591d46894bf0b9d3202f45ae0f0c4777ebf77e71.tar.gz
fsf-binutils-gdb-591d46894bf0b9d3202f45ae0f0c4777ebf77e71.tar.bz2
* configure.in: Use .gdbinit under Cygwin.
* configure: Regenerate.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rwxr-xr-xgas/configure2
-rw-r--r--gas/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1dc3f72..1f4e9f7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2002-11-11 Christopher Faylor <cgf@redhat.com>
+ * configure.in: Use .gdbinit under Cygwin.
+ * configure: Regenerate.
+
+2002-11-11 Christopher Faylor <cgf@redhat.com>
+
* config/tc-i386.h (EXTERN_FORCE_RELOC): Define only if
STRICT_PE_FORMAT.
diff --git a/gas/configure b/gas/configure
index 8f6618d..a3cbf4c 100755
--- a/gas/configure
+++ b/gas/configure
@@ -2214,7 +2214,7 @@ fi
# .gdbinit.
GDBINIT=".gdbinit"
case "${host}" in
- *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
+ *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
GDBINIT="gdb.ini"
;;
esac
diff --git a/gas/configure.in b/gas/configure.in
index ab31405..232d1d0 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -72,7 +72,7 @@ AM_CONFIG_HEADER(config.h:config.in)
# .gdbinit.
GDBINIT=".gdbinit"
case "${host}" in
- *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
+ *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
GDBINIT="gdb.ini"
;;
esac