+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
#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 *,