2000-09-12 Kazu Hirata <kazu@hxi.com>
* as.h: Fix formatting. * asintl.h: Likewise. * bit_fix.h: Likewise. * dwarf2dbg.h: Likewise. * expr.h: Likewise. * flonum.h: Likewise. * frags.h: Likewise. * itbl-ops.h: Likewise. * macro.h: Likewise. * read.h: Likewise. * sb.h: Likewise. * struc-symbol.h: Likewise. * subsegs.h: Likewise. * symbols.h: Likewise. * tc.h: Likewise. * write.h: Likewise.
This commit is contained in:
parent
3c06a63b37
commit
a01b9fa4ba
@ -1,3 +1,22 @@
|
|||||||
|
2000-09-12 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
|
* as.h: Fix formatting.
|
||||||
|
* asintl.h: Likewise.
|
||||||
|
* bit_fix.h: Likewise.
|
||||||
|
* dwarf2dbg.h: Likewise.
|
||||||
|
* expr.h: Likewise.
|
||||||
|
* flonum.h: Likewise.
|
||||||
|
* frags.h: Likewise.
|
||||||
|
* itbl-ops.h: Likewise.
|
||||||
|
* macro.h: Likewise.
|
||||||
|
* read.h: Likewise.
|
||||||
|
* sb.h: Likewise.
|
||||||
|
* struc-symbol.h: Likewise.
|
||||||
|
* subsegs.h: Likewise.
|
||||||
|
* symbols.h: Likewise.
|
||||||
|
* tc.h: Likewise.
|
||||||
|
* write.h: Likewise.
|
||||||
|
|
||||||
2000-09-11 Kazu Hirata <kazu@hxi.com>
|
2000-09-11 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* bignum-copy.c: Fix formatting.
|
* bignum-copy.c: Fix formatting.
|
||||||
|
3
gas/as.h
3
gas/as.h
@ -136,7 +136,6 @@ extern void *alloca ();
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Now GNU header files... */
|
/* Now GNU header files... */
|
||||||
#include "ansidecl.h"
|
#include "ansidecl.h"
|
||||||
#ifdef BFD_ASSEMBLER
|
#ifdef BFD_ASSEMBLER
|
||||||
@ -683,5 +682,3 @@ COMMON char *found_comment_file;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* GAS */
|
#endif /* GAS */
|
||||||
|
|
||||||
/* end of as.h */
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* asintl.h - gas-specific header for gettext code.
|
/* asintl.h - gas-specific header for gettext code.
|
||||||
Copyright (C) 1998, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by Tom Tromey <tromey@cygnus.com>
|
Written by Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* write.h
|
/* bit_fix.h
|
||||||
|
Copyright (C) 1987, 1992, 2000 Free Software Foundation, Inc.
|
||||||
Copyright (C) 1987, 1992 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
@ -15,8 +14,9 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GAS; see the file COPYING. If not, write to
|
along with GAS; see the file COPYING. If not, write to the Free
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||||
|
02111-1307, USA. */
|
||||||
|
|
||||||
/* The bit_fix was implemented to support machines that need variables
|
/* The bit_fix was implemented to support machines that need variables
|
||||||
to be inserted in bitfields other than 1, 2 and 4 bytes.
|
to be inserted in bitfields other than 1, 2 and 4 bytes.
|
||||||
@ -47,5 +47,3 @@ struct bit_fix
|
|||||||
typedef struct bit_fix bit_fixS;
|
typedef struct bit_fix bit_fixS;
|
||||||
|
|
||||||
#endif /* __bit_fix_h__ */
|
#endif /* __bit_fix_h__ */
|
||||||
|
|
||||||
/* end of bit_fix.h */
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* dwarf2dbg.h - DWARF2 debug support
|
/* dwarf2dbg.h - DWARF2 debug support
|
||||||
Copyright (C) 1999 Free Software Foundation, Inc.
|
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* expr.h -> header file for expr.c
|
/* expr.h -> header file for expr.c
|
||||||
Copyright (C) 1987, 92-98, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1987, 92-99, 2000 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
@ -169,5 +169,3 @@ extern symbolS *expr_build_uconstant PARAMS ((offsetT));
|
|||||||
extern symbolS *expr_build_unary PARAMS ((operatorT, symbolS *));
|
extern symbolS *expr_build_unary PARAMS ((operatorT, symbolS *));
|
||||||
extern symbolS *expr_build_binary PARAMS ((operatorT, symbolS *, symbolS *));
|
extern symbolS *expr_build_binary PARAMS ((operatorT, symbolS *, symbolS *));
|
||||||
extern symbolS *expr_build_dot PARAMS ((void));
|
extern symbolS *expr_build_dot PARAMS ((void));
|
||||||
|
|
||||||
/* end of expr.h */
|
|
||||||
|
10
gas/flonum.h
10
gas/flonum.h
@ -1,6 +1,6 @@
|
|||||||
/* flonum.h - Floating point package
|
/* flonum.h - Floating point package
|
||||||
|
Copyright (C) 1987, 90, 91, 92, 94, 95, 96, 2000
|
||||||
Copyright (C) 1987, 90, 91, 92, 94, 95, 1996 Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
@ -61,7 +61,6 @@ struct FLONUM_STRUCT
|
|||||||
|
|
||||||
typedef struct FLONUM_STRUCT FLONUM_TYPE;
|
typedef struct FLONUM_STRUCT FLONUM_TYPE;
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************\
|
/***********************************************************************\
|
||||||
* *
|
* *
|
||||||
* Since we can (& do) meet with exponents like 10^5000, it *
|
* Since we can (& do) meet with exponents like 10^5000, it *
|
||||||
@ -74,7 +73,6 @@ typedef struct FLONUM_STRUCT FLONUM_TYPE;
|
|||||||
* *
|
* *
|
||||||
\***********************************************************************/
|
\***********************************************************************/
|
||||||
|
|
||||||
|
|
||||||
extern const FLONUM_TYPE flonum_positive_powers_of_ten[];
|
extern const FLONUM_TYPE flonum_positive_powers_of_ten[];
|
||||||
extern const FLONUM_TYPE flonum_negative_powers_of_ten[];
|
extern const FLONUM_TYPE flonum_negative_powers_of_ten[];
|
||||||
extern const int table_size_of_flonum_powers_of_ten;
|
extern const int table_size_of_flonum_powers_of_ten;
|
||||||
@ -82,8 +80,6 @@ extern const int table_size_of_flonum_powers_of_ten;
|
|||||||
/* legal indices from 0 to */
|
/* legal indices from 0 to */
|
||||||
/* + this number inclusive. */
|
/* + this number inclusive. */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************\
|
/***********************************************************************\
|
||||||
* *
|
* *
|
||||||
* Declare worker functions. *
|
* Declare worker functions. *
|
||||||
@ -106,5 +102,3 @@ void flonum_multip PARAMS ((const FLONUM_TYPE * a, const FLONUM_TYPE * b,
|
|||||||
\***********************************************************************/
|
\***********************************************************************/
|
||||||
|
|
||||||
#define ERROR_EXPONENT_OVERFLOW (2)
|
#define ERROR_EXPONENT_OVERFLOW (2)
|
||||||
|
|
||||||
/* end of flonum.h */
|
|
||||||
|
@ -128,7 +128,6 @@ extern void frag_append_1_char PARAMS ((int));
|
|||||||
#define FRAG_APPEND_1_CHAR(X) frag_append_1_char (X)
|
#define FRAG_APPEND_1_CHAR(X) frag_append_1_char (X)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void frag_init PARAMS ((void));
|
void frag_init PARAMS ((void));
|
||||||
fragS *frag_alloc PARAMS ((struct obstack *));
|
fragS *frag_alloc PARAMS ((struct obstack *));
|
||||||
void frag_grow PARAMS ((unsigned int nchars));
|
void frag_grow PARAMS ((unsigned int nchars));
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* itbl-ops.h
|
/* itbl-ops.h
|
||||||
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* macro.h - header file for macro support for gas and gasp
|
/* macro.h - header file for macro support for gas and gasp
|
||||||
Copyright (C) 1994, 95, 96, 97, 1998 Free Software Foundation, Inc.
|
Copyright (C) 1994, 95, 96, 97, 98, 2000 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by Steve and Judy Chamberlain of Cygnus Support,
|
Written by Steve and Judy Chamberlain of Cygnus Support,
|
||||||
sac@cygnus.com
|
sac@cygnus.com
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* read.h - of read.c
|
/* read.h - of read.c
|
||||||
Copyright (C) 1986, 90, 92, 93, 94, 95, 96, 1997
|
Copyright (C) 1986, 90, 92, 93, 94, 95, 96, 97, 2000
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
@ -32,7 +32,6 @@ extern char *input_line_pointer;/* -> char we are parsing now. */
|
|||||||
#define SKIP_WHITESPACE() know(*input_line_pointer != ' ' )
|
#define SKIP_WHITESPACE() know(*input_line_pointer != ' ' )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define LEX_NAME (1) /* may continue a name */
|
#define LEX_NAME (1) /* may continue a name */
|
||||||
#define LEX_BEGIN_NAME (2) /* may begin a name */
|
#define LEX_BEGIN_NAME (2) /* may begin a name */
|
||||||
#define LEX_END_NAME (4) /* ends a name */
|
#define LEX_END_NAME (4) /* ends a name */
|
||||||
@ -169,5 +168,3 @@ extern void s_text PARAMS ((int));
|
|||||||
extern void stringer PARAMS ((int append_zero));
|
extern void stringer PARAMS ((int append_zero));
|
||||||
extern void s_xstab PARAMS ((int what));
|
extern void s_xstab PARAMS ((int what));
|
||||||
extern void s_rva PARAMS ((int));
|
extern void s_rva PARAMS ((int));
|
||||||
|
|
||||||
/* end of read.h */
|
|
||||||
|
2
gas/sb.h
2
gas/sb.h
@ -1,5 +1,5 @@
|
|||||||
/* sb.h - header file for string buffer manipulation routines
|
/* sb.h - header file for string buffer manipulation routines
|
||||||
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
|
Copyright (C) 1994, 1995, 2000 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by Steve and Judy Chamberlain of Cygnus Support,
|
Written by Steve and Judy Chamberlain of Cygnus Support,
|
||||||
sac@cygnus.com
|
sac@cygnus.com
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* struct_symbol.h - Internal symbol structure
|
/* struct_symbol.h - Internal symbol structure
|
||||||
Copyright (C) 1987, 92, 93, 94, 95, 98, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1987, 92, 93, 94, 95, 98, 99, 2000
|
||||||
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
@ -142,5 +143,3 @@ struct local_symbol
|
|||||||
#endif /* BFD_ASSEMBLER */
|
#endif /* BFD_ASSEMBLER */
|
||||||
|
|
||||||
#endif /* __struc_symbol_h__ */
|
#endif /* __struc_symbol_h__ */
|
||||||
|
|
||||||
/* end of struc-symbol.h */
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* subsegs.h -> subsegs.c
|
/* subsegs.h -> subsegs.c
|
||||||
Copyright (C) 1987, 92, 93, 94, 95, 96, 1998 Free Software Foundation, Inc.
|
Copyright (C) 1987, 92, 93, 94, 95, 96, 98, 2000
|
||||||
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
@ -63,7 +64,6 @@ extern frchainS *frchain_root;
|
|||||||
frag chain, even if it contains no (complete) frags. */
|
frag chain, even if it contains no (complete) frags. */
|
||||||
extern frchainS *frchain_now;
|
extern frchainS *frchain_now;
|
||||||
|
|
||||||
|
|
||||||
typedef struct segment_info_struct
|
typedef struct segment_info_struct
|
||||||
{
|
{
|
||||||
frchainS *frchainP;
|
frchainS *frchainP;
|
||||||
@ -155,5 +155,3 @@ struct seg_info_trash {
|
|||||||
#endif /* ! BFD_ASSEMBLER */
|
#endif /* ! BFD_ASSEMBLER */
|
||||||
|
|
||||||
extern void subsegs_print_statistics PARAMS ((FILE *));
|
extern void subsegs_print_statistics PARAMS ((FILE *));
|
||||||
|
|
||||||
/* end of subsegs.h */
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* symbols.h -
|
/* symbols.h -
|
||||||
Copyright (C) 1987, 90, 92, 93, 94, 95, 97, 1999
|
Copyright (C) 1987, 90, 92, 93, 94, 95, 97, 99, 2000
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
@ -201,5 +201,3 @@ void symbol_set_obj PARAMS ((symbolS *, OBJ_SYMFIELD_TYPE *));
|
|||||||
TC_SYMFIELD_TYPE *symbol_get_tc PARAMS ((symbolS *));
|
TC_SYMFIELD_TYPE *symbol_get_tc PARAMS ((symbolS *));
|
||||||
void symbol_set_tc PARAMS ((symbolS *, TC_SYMFIELD_TYPE *));
|
void symbol_set_tc PARAMS ((symbolS *, TC_SYMFIELD_TYPE *));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* end of symbols.h */
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* write.h
|
/* write.h
|
||||||
Copyright (C) 1987, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
|
Copyright (C) 1987, 92, 93, 94, 95, 96, 97, 2000
|
||||||
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
@ -205,4 +206,3 @@ extern fixS *fix_new_exp
|
|||||||
extern void write_print_statistics PARAMS ((FILE *));
|
extern void write_print_statistics PARAMS ((FILE *));
|
||||||
|
|
||||||
#endif /* __write_h__ */
|
#endif /* __write_h__ */
|
||||||
/* end of write.h */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user