aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-07-22 01:08:25 +0000
committerKen Raeburn <raeburn@cygnus>1993-07-22 01:08:25 +0000
commit10bd43a89ca3791debfc6d3a55aabed73a68eac1 (patch)
treea0da0a47c6ba2c42df036934b72509f4145cff8b /bfd
parentd59e5a4707dd884f221c84f216a29eb222a6fd04 (diff)
downloadgdb-10bd43a89ca3791debfc6d3a55aabed73a68eac1.zip
gdb-10bd43a89ca3791debfc6d3a55aabed73a68eac1.tar.gz
gdb-10bd43a89ca3791debfc6d3a55aabed73a68eac1.tar.bz2
don't use 'template' in C code, so it'll be friendlier to C++
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/bfd-in2.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 015fa2e..a6880d6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 21 20:34:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * opncls.c (bfd_create): Don't use C++ keyword "template" as a C
+ variable name.
+
Tue Jul 20 15:02:23 1993 Fred Fish (fnf@deneb.cygnus.com)
* coff-m68k.c (m68k_howto2rtype): Make arg CONST to match callers.
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 4afc6df..276e051 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -441,7 +441,7 @@ bfd_size_type
bfd_alloc_size PARAMS ((bfd *abfd));
bfd *
-bfd_create PARAMS ((CONST char *filename, bfd *template));
+bfd_create PARAMS ((CONST char *filename, bfd *templ));
/* Byte swapping macros for user section data. */