mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no longer in bfd.h.
This commit is contained in:
@ -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)
|
Tue Aug 17 15:22:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
* ldlang.c (open_output, lang_check): Check return value of
|
* ldlang.c (open_output, lang_check): Check return value of
|
||||||
|
@ -32,6 +32,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#include "ldmisc.h"
|
#include "ldmisc.h"
|
||||||
#include "ldindr.h"
|
#include "ldindr.h"
|
||||||
#include "ldctor.h"
|
#include "ldctor.h"
|
||||||
|
|
||||||
|
#define BYTE_SIZE (1)
|
||||||
|
#define SHORT_SIZE (2)
|
||||||
|
#define LONG_SIZE (4)
|
||||||
|
|
||||||
/* FORWARDS */
|
/* FORWARDS */
|
||||||
static void print_statements PARAMS ((void));
|
static void print_statements PARAMS ((void));
|
||||||
static void print_statement PARAMS ((lang_statement_union_type *,
|
static void print_statement PARAMS ((lang_statement_union_type *,
|
||||||
|
Reference in New Issue
Block a user