* config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):

Define.
This commit is contained in:
J.T. Conklin 1996-02-20 07:11:38 +00:00
parent dafd5ad4f0
commit cb91ea567f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
* config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
Define.
Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com>
* dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST

View File

@ -30,3 +30,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* NetBSD has termios facilities. */
#define HAVE_TERMIOS
#define CC_HAS_LONG_LONG 1
#define PRINTF_HAS_LONG_LONG 1