Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(622)

Side by Side Diff: binutils/gas/write.h

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « binutils/gas/testsuite/gas/ppc/xcoff-ref-1.s ('k') | binutils/gas/write.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* write.h 1 /* write.h
2 Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2 Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001,
3 2002, 2003, 2005, 2006, 2007 3 2002, 2003, 2005, 2006, 2007
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 This file is part of GAS, the GNU Assembler. 6 This file is part of GAS, the GNU Assembler.
7 7
8 GAS is free software; you can redistribute it and/or modify 8 GAS is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3, or (at your option) 10 the Free Software Foundation; either version 3, or (at your option)
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 extern int get_recorded_alignment (segT seg); 169 extern int get_recorded_alignment (segT seg);
170 extern void subsegs_finish (void); 170 extern void subsegs_finish (void);
171 extern void write_object_file (void); 171 extern void write_object_file (void);
172 extern long relax_frag (segT, fragS *, long); 172 extern long relax_frag (segT, fragS *, long);
173 extern int relax_segment (struct frag *, segT, int); 173 extern int relax_segment (struct frag *, segT, int);
174 extern void number_to_chars_littleendian (char *, valueT, int); 174 extern void number_to_chars_littleendian (char *, valueT, int);
175 extern void number_to_chars_bigendian (char *, valueT, int); 175 extern void number_to_chars_bigendian (char *, valueT, int);
176 extern fixS *fix_new 176 extern fixS *fix_new
177 (fragS * frag, int where, int size, symbolS * add_symbol, 177 (fragS * frag, int where, int size, symbolS * add_symbol,
178 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type); 178 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type);
179 extern fixS *fix_at_start
180 (fragS * frag, int size, symbolS * add_symbol,
181 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type);
179 extern fixS *fix_new_exp 182 extern fixS *fix_new_exp
180 (fragS * frag, int where, int size, expressionS *exp, int pcrel, 183 (fragS * frag, int where, int size, expressionS *exp, int pcrel,
181 bfd_reloc_code_real_type r_type); 184 bfd_reloc_code_real_type r_type);
182 extern void write_print_statistics (FILE *); 185 extern void write_print_statistics (FILE *);
183 186
184 #endif /* __write_h__ */ 187 #endif /* __write_h__ */
OLDNEW
« no previous file with comments | « binutils/gas/testsuite/gas/ppc/xcoff-ref-1.s ('k') | binutils/gas/write.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698