mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no longer in bfd.h.
This commit is contained in:
@ -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 *,
|
||||
|
Reference in New Issue
Block a user