Fix comment and update config/pa/pa.h (left off previous commit)

From-SVN: r173438
This commit is contained in:
Steve Ellcey 2011-05-05 15:53:05 +00:00 committed by Steve Ellcey
parent fc4538e41e
commit 4eec64ff1d
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@
* config/pa/pa-hpux1131.h: New.
* config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
* config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
* config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
2011-05-05 Jakub Jelinek <jakub@redhat.com>

View File

@ -64,6 +64,11 @@ extern unsigned long total_code_bytes;
#define TARGET_HPUX_11_11 0
#endif
/* HP-UX 11i multibyte and UNIX 2003 extensions. */
#ifndef TARGET_HPUX_11_31
#define TARGET_HPUX_11_31 0
#endif
/* HP-UX long double library. */
#ifndef HPUX_LONG_DOUBLE_LIBRARY
#define HPUX_LONG_DOUBLE_LIBRARY 0