aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-05-10 01:27:54 +0000
committerKelley Cook <kcook@gcc.gnu.org>2005-05-10 01:27:54 +0000
commit2ba49b590ddf5e7634ce71e436ccf6e119b0bb10 (patch)
treec46ac741b5644790f6bb557b4907441a1670a52a /bfd/config.in
parentbaf6e97fe34d64813e70c232c69127c5ad031ace (diff)
downloadgdb-2ba49b590ddf5e7634ce71e436ccf6e119b0bb10.zip
gdb-2ba49b590ddf5e7634ce71e436ccf6e119b0bb10.tar.gz
gdb-2ba49b590ddf5e7634ce71e436ccf6e119b0bb10.tar.bz2
2005-05-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Replace AC_COMPILE_CHECK_SIZEOF with AC_CHECK_SIZEOF. * acinclude.m4: Don't sinclude accross.m4. * config.in, configure, Makefile.in, doc/Makefile.in: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/config.in b/bfd/config.in
index cb5515c..b798166 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -302,13 +302,13 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* The number of bytes in type long */
+/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
-/* The number of bytes in type long long */
+/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
-/* The number of bytes in type off_t */
+/* The size of a `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T
/* If using the C implementation of alloca, define if you know the