~ubuntu-branches/ubuntu/gutsy/binutils/gutsy

« back to all changes in this revision

Viewing changes to gas/config/tc-i386.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 18:46:10 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801184610-o2erg3m3n7bjofvj
Tags: 2.17.20070801cvs-0ubuntu1
* CVS snapshot 20070801, taken from the trunk.
  - Fixes objcopy --only-keep-debug on amd64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
enum processor_type
166
166
{
167
167
  PROCESSOR_UNKNOWN,
 
168
  PROCESSOR_I386,
168
169
  PROCESSOR_I486,
169
170
  PROCESSOR_PENTIUM,
170
171
  PROCESSOR_PENTIUMPRO,
261
262
    goto around;                                                        \
262
263
  }
263
264
 
264
 
#define MAX_MEM_FOR_RS_ALIGN_CODE  15
 
265
#define MAX_MEM_FOR_RS_ALIGN_CODE  31
265
266
 
266
267
extern void i386_align_code (fragS *, int);
267
268