aboutsummaryrefslogtreecommitdiff
path: root/gas/ehopt.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-06* ehopt.c (check_eh_frame): If md_allow_eh_opt is defined, invoke it to see i...Nick Clifton1-0/+5
2007-07-03Switch to GPLv3Nick Clifton1-14/+14
2005-08-11 * README-vms: Delete.Alan Modra1-9/+1
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2003-11-22 * ehopt.c: Convert to ISO-C.Kazu Hirata1-12/+6
2003-04-18 * ehopt.c (check_eh_frame): For aug_size == 0Jakub Jelinek1-1/+3
2002-05-18 * app.c: Fix formatting.Kazu Hirata1-1/+1
2001-05-22 * symbols.c (resolve_symbol_value): Remove "finalize" param,Alan Modra1-2/+2
2001-05-15 * ehopt.c (eh_frame_convert_frag): Fix missed subtype adjustmentRichard Henderson1-1/+2
2001-05-14 * ehopt.c (get_cie_info): Rename from eh_frame_code_alignment;Richard Henderson1-146/+201
2001-03-30Pass finalize_syms on calls to resolve_symbol_value.Alan Modra1-1/+1
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2001-01-232001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-1/+1
2000-11-18 * ehopt.c (eh_frame_code_alignment): New arg `in_seg', update allRichard Henderson1-56/+75
2000-09-122000-09-11 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-2/+2
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+469
r.h> header file. */ #undef HAVE_SYS_DIR_H /* Define if you have the <sys/file.h> header file. */ #undef HAVE_SYS_FILE_H /* Define if you have the <sys/ndir.h> header file. */ #undef HAVE_SYS_NDIR_H /* Define if you have the <sys/pte.h> header file. */ #undef HAVE_SYS_PTE_H /* Define if you have the <sys/ptem.h> header file. */ #undef HAVE_SYS_PTEM_H /* Define if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H /* Define if you have the <sys/stream.h> header file. */ #undef HAVE_SYS_STREAM_H /* Define if you have the <termcap.h> header file. */ #undef HAVE_TERMCAP_H /* Define if you have the <termio.h> header file. */ #undef HAVE_TERMIO_H /* Define if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H /* Define if you have the <varargs.h> header file. */ #undef HAVE_VARARGS_H /* config.h.bot */ /* modify settings or make new ones based on what autoconf tells us. */ /* Ultrix botches type-ahead when switching from canonical to non-canonical mode, at least through version 4.3 */ #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix) # define TERMIOS_MISSING #endif #if defined (STRCOLL_BROKEN) # undef HAVE_STRCOLL #endif #if defined (__STDC__) && defined (HAVE_STDARG_H) # define PREFER_STDARG # define USE_VARARGS #else # if defined (HAVE_VARARGS_H) # define PREFER_VARARGS # define USE_VARARGS # endif #endif