define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no longer in bfd.h.
authorK. Richard Pixley <rich@cygnus>
Tue, 24 Aug 1993 23:17:52 +0000 (23:17 +0000)
committerK. Richard Pixley <rich@cygnus>
Tue, 24 Aug 1993 23:17:52 +0000 (23:17 +0000)
ld/ChangeLog
ld/ldlang.c

index 7e97b3af8bfda1f35c8bfd81438c98d27ba01ce5..6a7de3222e8b495dcbee475fd078beee4f5c3aaf 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug 24 16:17:00 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * ldlang.c: define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are
+         no longer in bfd.h.
+
 Tue Aug 17 15:22:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * ldlang.c (open_output, lang_check): Check return value of
index 0e54429e2064ba8bfec504490e8680dbec5f2c66..b8f6aaaf5d28f41959da97ea019d217651b97152 100644 (file)
@@ -32,6 +32,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "ldmisc.h"
 #include "ldindr.h"
 #include "ldctor.h"
+
+#define BYTE_SIZE      (1)
+#define SHORT_SIZE     (2)
+#define LONG_SIZE      (4)
+
 /* FORWARDS */
 static void print_statements PARAMS ((void));
 static void print_statement PARAMS ((lang_statement_union_type *,