/gas:
[external/binutils.git] / gas / config / tc-avr.c
1 /* tc-avr.c -- Assembler code for the ATMEL AVR
2
3    Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
4    Free Software Foundation, Inc.
5    Contributed by Denis Chertykov <denisc@overta.ru>
6
7    This file is part of GAS, the GNU Assembler.
8
9    GAS is free software; you can redistribute it and/or modify
10    it under the terms of the GNU General Public License as published by
11    the Free Software Foundation; either version 3, or (at your option)
12    any later version.
13
14    GAS is distributed in the hope that it will be useful,
15    but WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17    GNU General Public License for more details.
18
19    You should have received a copy of the GNU General Public License
20    along with GAS; see the file COPYING.  If not, write to
21    the Free Software Foundation, 51 Franklin Street - Fifth Floor,
22    Boston, MA 02110-1301, USA.  */
23
24 #include "as.h"
25 #include "safe-ctype.h"
26 #include "subsegs.h"
27
28 struct avr_opcodes_s
29 {
30   char *        name;
31   char *        constraints;
32   int           insn_size;              /* In words.  */
33   int           isa;
34   unsigned int  bin_opcode;
35 };
36
37 #define AVR_INSN(NAME, CONSTR, OPCODE, SIZE, ISA, BIN) \
38 {#NAME, CONSTR, SIZE, ISA, BIN},
39
40 struct avr_opcodes_s avr_opcodes[] =
41 {
42   #include "opcode/avr.h"
43   {NULL, NULL, 0, 0, 0}
44 };
45
46 const char comment_chars[] = ";";
47 const char line_comment_chars[] = "#";
48 const char line_separator_chars[] = "$";
49
50 const char *md_shortopts = "m:";
51 struct mcu_type_s
52 {
53   char *name;
54   int isa;
55   int mach;
56 };
57
58 /* XXX - devices that don't seem to exist (renamed, replaced with larger
59    ones, or planned but never produced), left here for compatibility.
60    TODO: hide them in show_mcu_list output?  */
61
62 static struct mcu_type_s mcu_types[] =
63 {
64   {"avr1",       AVR_ISA_TINY1,   bfd_mach_avr1},
65   {"avr2",       AVR_ISA_TINY2,   bfd_mach_avr2},
66   {"avr3",       AVR_ISA_AVR3,    bfd_mach_avr3},
67   {"avr4",       AVR_ISA_M8,      bfd_mach_avr4},
68   {"avr5",       AVR_ISA_ALL,     bfd_mach_avr5},
69   {"avr6",       AVR_ISA_ALL,     bfd_mach_avr6},
70   {"at90s1200",  AVR_ISA_1200,    bfd_mach_avr1},
71   {"attiny11",   AVR_ISA_TINY1,   bfd_mach_avr1},
72   {"attiny12",   AVR_ISA_TINY1,   bfd_mach_avr1},
73   {"attiny15",   AVR_ISA_TINY1,   bfd_mach_avr1},
74   {"attiny28",   AVR_ISA_TINY1,   bfd_mach_avr1},
75   {"at90s2313",  AVR_ISA_2xxx,    bfd_mach_avr2},
76   {"at90s2323",  AVR_ISA_2xxx,    bfd_mach_avr2},
77   {"at90s2333",  AVR_ISA_2xxx,    bfd_mach_avr2}, /* XXX -> 4433 */
78   {"at90s2343",  AVR_ISA_2xxx,    bfd_mach_avr2},
79   {"attiny22",   AVR_ISA_2xxx,    bfd_mach_avr2}, /* XXX -> 2343 */
80   {"attiny26",   AVR_ISA_2xxe,    bfd_mach_avr2},
81   {"at90s4433",  AVR_ISA_2xxx,    bfd_mach_avr2},
82   {"at90s4414",  AVR_ISA_2xxx,    bfd_mach_avr2}, /* XXX -> 8515 */
83   {"at90s4434",  AVR_ISA_2xxx,    bfd_mach_avr2}, /* XXX -> 8535 */
84   {"at90s8515",  AVR_ISA_2xxx,    bfd_mach_avr2},
85   {"at90s8535",  AVR_ISA_2xxx,    bfd_mach_avr2},
86   {"at90c8534",  AVR_ISA_2xxx,    bfd_mach_avr2},
87   {"at86rf401",  AVR_ISA_RF401,   bfd_mach_avr2},
88   {"attiny13",   AVR_ISA_TINY2,   bfd_mach_avr2},
89   {"attiny2313", AVR_ISA_TINY2,   bfd_mach_avr2},
90   {"attiny261",  AVR_ISA_TINY2,   bfd_mach_avr2},
91   {"attiny461",  AVR_ISA_TINY2,   bfd_mach_avr2},
92   {"attiny861",  AVR_ISA_TINY2,   bfd_mach_avr2},
93   {"attiny24",   AVR_ISA_TINY2,   bfd_mach_avr2},
94   {"attiny44",   AVR_ISA_TINY2,   bfd_mach_avr2},
95   {"attiny84",   AVR_ISA_TINY2,   bfd_mach_avr2},
96   {"attiny25",   AVR_ISA_TINY2,   bfd_mach_avr2},
97   {"attiny45",   AVR_ISA_TINY2,   bfd_mach_avr2},
98   {"attiny85",   AVR_ISA_TINY2,   bfd_mach_avr2},
99   {"attiny43u",  AVR_ISA_TINY2,   bfd_mach_avr2},
100   {"attiny48",   AVR_ISA_TINY2,   bfd_mach_avr2},
101   {"attiny88",   AVR_ISA_TINY2,   bfd_mach_avr2},
102   {"atmega103",  AVR_ISA_M103,    bfd_mach_avr3},
103   {"at43usb320", AVR_ISA_M103,    bfd_mach_avr3},
104   {"at43usb355", AVR_ISA_M603,    bfd_mach_avr3},
105   {"at76c711",   AVR_ISA_M603,    bfd_mach_avr3},
106   {"at90usb82",  AVR_ISA_USB162,  bfd_mach_avr3},
107   {"at90usb162", AVR_ISA_USB162,  bfd_mach_avr3},
108   {"atmega48",   AVR_ISA_PWMx,    bfd_mach_avr4},
109   {"atmega48p",  AVR_ISA_PWMx,    bfd_mach_avr4},
110   {"atmega8",    AVR_ISA_M8,      bfd_mach_avr4},
111   {"atmega88",   AVR_ISA_PWMx,    bfd_mach_avr4},
112   {"atmega88p",  AVR_ISA_PWMx,    bfd_mach_avr4},
113   {"atmega8515", AVR_ISA_M8,      bfd_mach_avr4},
114   {"atmega8535", AVR_ISA_M8,      bfd_mach_avr4},
115   {"atmega8hva", AVR_ISA_PWMx,    bfd_mach_avr4},
116   {"at90pwm1",   AVR_ISA_PWMx,    bfd_mach_avr4},
117   {"at90pwm2",   AVR_ISA_PWMx,    bfd_mach_avr4},
118   {"at90pwm2b",  AVR_ISA_PWMx,    bfd_mach_avr4},
119   {"at90pwm3",   AVR_ISA_PWMx,    bfd_mach_avr4},
120   {"at90pwm3b",  AVR_ISA_PWMx,    bfd_mach_avr4},
121   {"atmega16",   AVR_ISA_M323,    bfd_mach_avr5},
122   {"atmega161",  AVR_ISA_M161,    bfd_mach_avr5},
123   {"atmega162",  AVR_ISA_M323,    bfd_mach_avr5},
124   {"atmega163",  AVR_ISA_M161,    bfd_mach_avr5},
125   {"atmega164p", AVR_ISA_M323,    bfd_mach_avr5},
126   {"atmega165",  AVR_ISA_M323,    bfd_mach_avr5},
127   {"atmega165p", AVR_ISA_M323,    bfd_mach_avr5},
128   {"atmega168",  AVR_ISA_M323,    bfd_mach_avr5},
129   {"atmega168p", AVR_ISA_M323,    bfd_mach_avr5},
130   {"atmega169",  AVR_ISA_M323,    bfd_mach_avr5},
131   {"atmega169p", AVR_ISA_M323,    bfd_mach_avr5},
132   {"atmega32",   AVR_ISA_M323,    bfd_mach_avr5},
133   {"atmega323",  AVR_ISA_M323,    bfd_mach_avr5},
134   {"atmega324p", AVR_ISA_M323,    bfd_mach_avr5},
135   {"atmega325",  AVR_ISA_M323,    bfd_mach_avr5},
136   {"atmega325p", AVR_ISA_M323,    bfd_mach_avr5},
137   {"atmega328p", AVR_ISA_M323,    bfd_mach_avr5},
138   {"atmega329",  AVR_ISA_M323,    bfd_mach_avr5},
139   {"atmega329p", AVR_ISA_M323,    bfd_mach_avr5},
140   {"atmega3250", AVR_ISA_M323,    bfd_mach_avr5},
141   {"atmega3250p",AVR_ISA_M323,    bfd_mach_avr5},
142   {"atmega3290", AVR_ISA_M323,    bfd_mach_avr5},
143   {"atmega3290p",AVR_ISA_M323,    bfd_mach_avr5},
144   {"atmega32hvb",AVR_ISA_M323,    bfd_mach_avr5},
145   {"atmega406",  AVR_ISA_M323,    bfd_mach_avr5},
146   {"atmega64",   AVR_ISA_M323,    bfd_mach_avr5},
147   {"atmega640",  AVR_ISA_M323,    bfd_mach_avr5},
148   {"atmega644",  AVR_ISA_M323,    bfd_mach_avr5},
149   {"atmega644p", AVR_ISA_M323,    bfd_mach_avr5},
150   {"atmega128",  AVR_ISA_M128,    bfd_mach_avr5},
151   {"atmega1280", AVR_ISA_M128,    bfd_mach_avr5},
152   {"atmega1281", AVR_ISA_M128,    bfd_mach_avr5},
153   {"atmega1284p",AVR_ISA_M128,    bfd_mach_avr5},
154   {"atmega645",  AVR_ISA_M323,    bfd_mach_avr5},
155   {"atmega649",  AVR_ISA_M323,    bfd_mach_avr5},
156   {"atmega6450", AVR_ISA_M323,    bfd_mach_avr5},
157   {"atmega6490", AVR_ISA_M323,    bfd_mach_avr5},
158   {"atmega16hva",AVR_ISA_M323,    bfd_mach_avr5},
159   {"at90can32" , AVR_ISA_M323,    bfd_mach_avr5},
160   {"at90can64" , AVR_ISA_M323,    bfd_mach_avr5},
161   {"at90can128", AVR_ISA_M128,    bfd_mach_avr5},
162   {"at90pwm216", AVR_ISA_M323,    bfd_mach_avr5},
163   {"at90pwm316", AVR_ISA_M323,    bfd_mach_avr5},
164   {"atmega32c1", AVR_ISA_M323,    bfd_mach_avr5},
165   {"atmega32m1", AVR_ISA_M323,    bfd_mach_avr5},
166   {"atmega32u4", AVR_ISA_M323,    bfd_mach_avr5},
167   {"at90usb646", AVR_ISA_M323,    bfd_mach_avr5},
168   {"at90usb647", AVR_ISA_M323,    bfd_mach_avr5},
169   {"at90usb1286",AVR_ISA_M128,    bfd_mach_avr5},
170   {"at90usb1287",AVR_ISA_M128,    bfd_mach_avr5},
171   {"at94k",      AVR_ISA_94K,     bfd_mach_avr5},
172   {"atmega2560", AVR_ISA_ALL,     bfd_mach_avr6},
173   {"atmega2561", AVR_ISA_ALL,     bfd_mach_avr6},
174   {NULL, 0, 0}
175 };
176
177 /* Current MCU type.  */
178 static struct mcu_type_s   default_mcu = {"avr2", AVR_ISA_2xxx,bfd_mach_avr2};
179 static struct mcu_type_s * avr_mcu = & default_mcu;
180
181 /* AVR target-specific switches.  */
182 struct avr_opt_s
183 {
184   int all_opcodes;  /* -mall-opcodes: accept all known AVR opcodes.  */
185   int no_skip_bug;  /* -mno-skip-bug: no warnings for skipping 2-word insns.  */
186   int no_wrap;      /* -mno-wrap: reject rjmp/rcall with 8K wrap-around.  */
187 };
188
189 static struct avr_opt_s avr_opt = { 0, 0, 0 };
190
191 const char EXP_CHARS[] = "eE";
192 const char FLT_CHARS[] = "dD";
193
194 static void avr_set_arch (int);
195
196 /* The target specific pseudo-ops which we support.  */
197 const pseudo_typeS md_pseudo_table[] =
198 {
199   {"arch", avr_set_arch,        0},
200   { NULL,       NULL,           0}
201 };
202
203 #define LDI_IMMEDIATE(x) (((x) & 0xf) | (((x) << 4) & 0xf00))
204
205 #define EXP_MOD_NAME(i)       exp_mod[i].name
206 #define EXP_MOD_RELOC(i)      exp_mod[i].reloc
207 #define EXP_MOD_NEG_RELOC(i)  exp_mod[i].neg_reloc
208 #define HAVE_PM_P(i)          exp_mod[i].have_pm
209
210 struct exp_mod_s
211 {
212   char *                    name;
213   bfd_reloc_code_real_type  reloc;
214   bfd_reloc_code_real_type  neg_reloc;
215   int                       have_pm;
216 };
217
218 static struct exp_mod_s exp_mod[] =
219 {
220   {"hh8",    BFD_RELOC_AVR_HH8_LDI,    BFD_RELOC_AVR_HH8_LDI_NEG,    1},
221   {"pm_hh8", BFD_RELOC_AVR_HH8_LDI_PM, BFD_RELOC_AVR_HH8_LDI_PM_NEG, 0},
222   {"hi8",    BFD_RELOC_AVR_HI8_LDI,    BFD_RELOC_AVR_HI8_LDI_NEG,    1},
223   {"pm_hi8", BFD_RELOC_AVR_HI8_LDI_PM, BFD_RELOC_AVR_HI8_LDI_PM_NEG, 0},
224   {"lo8",    BFD_RELOC_AVR_LO8_LDI,    BFD_RELOC_AVR_LO8_LDI_NEG,    1},
225   {"pm_lo8", BFD_RELOC_AVR_LO8_LDI_PM, BFD_RELOC_AVR_LO8_LDI_PM_NEG, 0},
226   {"hlo8",   BFD_RELOC_AVR_HH8_LDI,    BFD_RELOC_AVR_HH8_LDI_NEG,    0},
227   {"hhi8",   BFD_RELOC_AVR_MS8_LDI,    BFD_RELOC_AVR_MS8_LDI_NEG,    0},
228 };
229
230 /* A union used to store indicies into the exp_mod[] array
231    in a hash table which expects void * data types.  */
232 typedef union
233 {
234   void * ptr;
235   int    index;
236 } mod_index;
237
238 /* Opcode hash table.  */
239 static struct hash_control *avr_hash;
240
241 /* Reloc modifiers hash control (hh8,hi8,lo8,pm_xx).  */
242 static struct hash_control *avr_mod_hash;
243
244 #define OPTION_MMCU 'm'
245 enum options
246 {
247   OPTION_ALL_OPCODES = OPTION_MD_BASE + 1,
248   OPTION_NO_SKIP_BUG,
249   OPTION_NO_WRAP
250 };
251
252 struct option md_longopts[] =
253 {
254   { "mmcu",   required_argument, NULL, OPTION_MMCU        },
255   { "mall-opcodes", no_argument, NULL, OPTION_ALL_OPCODES },
256   { "mno-skip-bug", no_argument, NULL, OPTION_NO_SKIP_BUG },
257   { "mno-wrap",     no_argument, NULL, OPTION_NO_WRAP     },
258   { NULL, no_argument, NULL, 0 }
259 };
260
261 size_t md_longopts_size = sizeof (md_longopts);
262
263 /* Display nicely formatted list of known MCU names.  */
264
265 static void
266 show_mcu_list (FILE *stream)
267 {
268   int i, x;
269
270   fprintf (stream, _("Known MCU names:"));
271   x = 1000;
272
273   for (i = 0; mcu_types[i].name; i++)
274     {
275       int len = strlen (mcu_types[i].name);
276
277       x += len + 1;
278
279       if (x < 75)
280         fprintf (stream, " %s", mcu_types[i].name);
281       else
282         {
283           fprintf (stream, "\n  %s", mcu_types[i].name);
284           x = len + 2;
285         }
286     }
287
288   fprintf (stream, "\n");
289 }
290
291 static inline char *
292 skip_space (char *s)
293 {
294   while (*s == ' ' || *s == '\t')
295     ++s;
296   return s;
297 }
298
299 /* Extract one word from FROM and copy it to TO.  */
300
301 static char *
302 extract_word (char *from, char *to, int limit)
303 {
304   char *op_start;
305   char *op_end;
306   int size = 0;
307
308   /* Drop leading whitespace.  */
309   from = skip_space (from);
310   *to = 0;
311
312   /* Find the op code end.  */
313   for (op_start = op_end = from; *op_end != 0 && is_part_of_name (*op_end);)
314     {
315       to[size++] = *op_end++;
316       if (size + 1 >= limit)
317         break;
318     }
319
320   to[size] = 0;
321   return op_end;
322 }
323
324 int
325 md_estimate_size_before_relax (fragS *fragp ATTRIBUTE_UNUSED,
326                                asection *seg ATTRIBUTE_UNUSED)
327 {
328   abort ();
329   return 0;
330 }
331
332 void
333 md_show_usage (FILE *stream)
334 {
335   fprintf (stream,
336       _("AVR options:\n"
337         "  -mmcu=[avr-name] select microcontroller variant\n"
338         "                   [avr-name] can be:\n"
339         "                   avr1 - AT90S1200, ATtiny1x, ATtiny28\n"
340         "                   avr2 - AT90S2xxx, AT90S4xxx, AT90S8xxx, ATtiny22\n"
341         "                   avr3 - ATmega103\n"
342         "                   avr4 - ATmega8, ATmega88\n"
343         "                   avr5 - ATmega161, ATmega163, ATmega32, AT94K\n"
344         "                   or immediate microcontroller name.\n"));
345   fprintf (stream,
346       _("  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
347         "  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
348         "                   (default for avr4, avr5)\n"
349         "  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
350         "                   (default for avr3, avr5)\n"));
351   show_mcu_list (stream);
352 }
353
354 static void
355 avr_set_arch (int dummy ATTRIBUTE_UNUSED)
356 {
357   char str[20];
358
359   input_line_pointer = extract_word (input_line_pointer, str, 20);
360   md_parse_option (OPTION_MMCU, str);
361   bfd_set_arch_mach (stdoutput, TARGET_ARCH, avr_mcu->mach);
362 }
363
364 int
365 md_parse_option (int c, char *arg)
366 {
367   switch (c)
368     {
369     case OPTION_MMCU:
370       {
371         int i;
372         char *s = alloca (strlen (arg) + 1);
373
374         {
375           char *t = s;
376           char *arg1 = arg;
377
378           do
379             *t = TOLOWER (*arg1++);
380           while (*t++);
381         }
382
383         for (i = 0; mcu_types[i].name; ++i)
384           if (strcmp (mcu_types[i].name, s) == 0)
385             break;
386
387         if (!mcu_types[i].name)
388           {
389             show_mcu_list (stderr);
390             as_fatal (_("unknown MCU: %s\n"), arg);
391           }
392
393         /* It is OK to redefine mcu type within the same avr[1-5] bfd machine
394            type - this for allows passing -mmcu=... via gcc ASM_SPEC as well
395            as .arch ... in the asm output at the same time.  */
396         if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach)
397           avr_mcu = &mcu_types[i];
398         else
399           as_fatal (_("redefinition of mcu type `%s' to `%s'"),
400                     avr_mcu->name, mcu_types[i].name);
401         return 1;
402       }
403     case OPTION_ALL_OPCODES:
404       avr_opt.all_opcodes = 1;
405       return 1;
406     case OPTION_NO_SKIP_BUG:
407       avr_opt.no_skip_bug = 1;
408       return 1;
409     case OPTION_NO_WRAP:
410       avr_opt.no_wrap = 1;
411       return 1;
412     }
413
414   return 0;
415 }
416
417 symbolS *
418 md_undefined_symbol (char *name ATTRIBUTE_UNUSED)
419 {
420   return NULL;
421 }
422
423 char *
424 md_atof (int type, char *litP, int *sizeP)
425 {
426   return ieee_md_atof (type, litP, sizeP, FALSE);
427 }
428
429 void
430 md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED,
431                  asection *sec ATTRIBUTE_UNUSED,
432                  fragS *fragP ATTRIBUTE_UNUSED)
433 {
434   abort ();
435 }
436
437 void
438 md_begin (void)
439 {
440   unsigned int i;
441   struct avr_opcodes_s *opcode;
442
443   avr_hash = hash_new ();
444
445   /* Insert unique names into hash table.  This hash table then provides a
446      quick index to the first opcode with a particular name in the opcode
447      table.  */
448   for (opcode = avr_opcodes; opcode->name; opcode++)
449     hash_insert (avr_hash, opcode->name, (char *) opcode);
450
451   avr_mod_hash = hash_new ();
452
453   for (i = 0; i < ARRAY_SIZE (exp_mod); ++i)
454     {
455       mod_index m;
456
457       m.index = i + 10;
458       hash_insert (avr_mod_hash, EXP_MOD_NAME (i), m.ptr);
459     }
460
461   bfd_set_arch_mach (stdoutput, TARGET_ARCH, avr_mcu->mach);
462 }
463
464 /* Resolve STR as a constant expression and return the result.
465    If result greater than MAX then error.  */
466
467 static unsigned int
468 avr_get_constant (char *str, int max)
469 {
470   expressionS ex;
471
472   str = skip_space (str);
473   input_line_pointer = str;
474   expression (& ex);
475
476   if (ex.X_op != O_constant)
477     as_bad (_("constant value required"));
478
479   if (ex.X_add_number > max || ex.X_add_number < 0)
480     as_bad (_("number must be positive and less than %d"), max + 1);
481
482   return ex.X_add_number;
483 }
484
485 /* Parse for ldd/std offset.  */
486
487 static void
488 avr_offset_expression (expressionS *exp)
489 {
490   char *str = input_line_pointer;
491   char *tmp;
492   char op[8];
493
494   tmp = str;
495   str = extract_word (str, op, sizeof (op));
496
497   input_line_pointer = tmp;
498   expression (exp);
499
500   /* Warn about expressions that fail to use lo8 ().  */
501   if (exp->X_op == O_constant)
502     {
503       int x = exp->X_add_number;
504
505       if (x < -255 || x > 255)
506         as_warn (_("constant out of 8-bit range: %d"), x);
507     }
508 }
509
510 /* Parse ordinary expression.  */
511
512 static char *
513 parse_exp (char *s, expressionS *op)
514 {
515   input_line_pointer = s;
516   expression (op);
517   if (op->X_op == O_absent)
518     as_bad (_("missing operand"));
519   return input_line_pointer;
520 }
521
522 /* Parse special expressions (needed for LDI command):
523    xx8 (address)
524    xx8 (-address)
525    pm_xx8 (address)
526    pm_xx8 (-address)
527    where xx is: hh, hi, lo.  */
528
529 static bfd_reloc_code_real_type
530 avr_ldi_expression (expressionS *exp)
531 {
532   char *str = input_line_pointer;
533   char *tmp;
534   char op[8];
535   int mod;
536   int linker_stubs_should_be_generated = 0;
537
538   tmp = str;
539
540   str = extract_word (str, op, sizeof (op));
541
542   if (op[0])
543     {
544       mod_index m;
545
546       m.ptr = hash_find (avr_mod_hash, op);
547       mod = m.index;
548
549       if (mod)
550         {
551           int closes = 0;
552
553           mod -= 10;
554           str = skip_space (str);
555
556           if (*str == '(')
557             {
558               bfd_reloc_code_real_type  reloc_to_return;
559               int neg_p = 0;
560
561               ++str;
562
563               if (strncmp ("pm(", str, 3) == 0
564                   || strncmp ("gs(",str,3) == 0
565                   || strncmp ("-(gs(",str,5) == 0
566                   || strncmp ("-(pm(", str, 5) == 0)
567                 {
568                   if (HAVE_PM_P (mod))
569                     {
570                       ++mod;
571                       ++closes;
572                     }
573                   else
574                     as_bad (_("illegal expression"));
575
576                   if (str[0] == 'g' || str[2] == 'g')
577                     linker_stubs_should_be_generated = 1;
578
579                   if (*str == '-')
580                     {
581                       neg_p = 1;
582                       ++closes;
583                       str += 5;
584                     }
585                   else
586                     str += 3;
587                 }
588
589               if (*str == '-' && *(str + 1) == '(')
590                 {
591                   neg_p ^= 1;
592                   ++closes;
593                   str += 2;
594                 }
595
596               input_line_pointer = str;
597               expression (exp);
598
599               do
600                 {
601                   if (*input_line_pointer != ')')
602                     {
603                       as_bad (_("`)' required"));
604                       break;
605                     }
606                   input_line_pointer++;
607                 }
608               while (closes--);
609
610               reloc_to_return =
611                 neg_p ? EXP_MOD_NEG_RELOC (mod) : EXP_MOD_RELOC (mod);
612               if (linker_stubs_should_be_generated)
613                 {
614                   switch (reloc_to_return)
615                     {
616                     case BFD_RELOC_AVR_LO8_LDI_PM:
617                       reloc_to_return = BFD_RELOC_AVR_LO8_LDI_GS;
618                       break;
619                     case BFD_RELOC_AVR_HI8_LDI_PM:
620                       reloc_to_return = BFD_RELOC_AVR_HI8_LDI_GS;
621                       break;
622
623                     default:
624                       as_warn (_("expression dangerous with linker stubs"));
625                     }
626                 }
627               return reloc_to_return;
628             }
629         }
630     }
631
632   input_line_pointer = tmp;
633   expression (exp);
634
635   /* Warn about expressions that fail to use lo8 ().  */
636   if (exp->X_op == O_constant)
637     {
638       int x = exp->X_add_number;
639
640       if (x < -255 || x > 255)
641         as_warn (_("constant out of 8-bit range: %d"), x);
642     }
643
644   return BFD_RELOC_AVR_LDI;
645 }
646
647 /* Parse one instruction operand.
648    Return operand bitmask.  Also fixups can be generated.  */
649
650 static unsigned int
651 avr_operand (struct avr_opcodes_s *opcode,
652              int where,
653              char *op,
654              char **line)
655 {
656   expressionS op_expr;
657   unsigned int op_mask = 0;
658   char *str = skip_space (*line);
659
660   switch (*op)
661     {
662       /* Any register operand.  */
663     case 'w':
664     case 'd':
665     case 'r':
666     case 'a':
667     case 'v':
668       if (*str == 'r' || *str == 'R')
669         {
670           char r_name[20];
671
672           str = extract_word (str, r_name, sizeof (r_name));
673           op_mask = 0xff;
674           if (ISDIGIT (r_name[1]))
675             {
676               if (r_name[2] == '\0')
677                 op_mask = r_name[1] - '0';
678               else if (r_name[1] != '0'
679                        && ISDIGIT (r_name[2])
680                        && r_name[3] == '\0')
681                 op_mask = (r_name[1] - '0') * 10 + r_name[2] - '0';
682             }
683         }
684       else
685         {
686           op_mask = avr_get_constant (str, 31);
687           str = input_line_pointer;
688         }
689
690       if (op_mask <= 31)
691         {
692           switch (*op)
693             {
694             case 'a':
695               if (op_mask < 16 || op_mask > 23)
696                 as_bad (_("register r16-r23 required"));
697               op_mask -= 16;
698               break;
699
700             case 'd':
701               if (op_mask < 16)
702                 as_bad (_("register number above 15 required"));
703               op_mask -= 16;
704               break;
705
706             case 'v':
707               if (op_mask & 1)
708                 as_bad (_("even register number required"));
709               op_mask >>= 1;
710               break;
711
712             case 'w':
713               if ((op_mask & 1) || op_mask < 24)
714                 as_bad (_("register r24, r26, r28 or r30 required"));
715               op_mask = (op_mask - 24) >> 1;
716               break;
717             }
718           break;
719         }
720       as_bad (_("register name or number from 0 to 31 required"));
721       break;
722
723     case 'e':
724       {
725         char c;
726
727         if (*str == '-')
728           {
729             str = skip_space (str + 1);
730             op_mask = 0x1002;
731           }
732         c = TOLOWER (*str);
733         if (c == 'x')
734           op_mask |= 0x100c;
735         else if (c == 'y')
736           op_mask |= 0x8;
737         else if (c != 'z')
738           as_bad (_("pointer register (X, Y or Z) required"));
739
740         str = skip_space (str + 1);
741         if (*str == '+')
742           {
743             ++str;
744             if (op_mask & 2)
745               as_bad (_("cannot both predecrement and postincrement"));
746             op_mask |= 0x1001;
747           }
748
749         /* avr1 can do "ld r,Z" and "st Z,r" but no other pointer
750            registers, no predecrement, no postincrement.  */
751         if (!avr_opt.all_opcodes && (op_mask & 0x100F)
752             && !(avr_mcu->isa & AVR_ISA_SRAM))
753           as_bad (_("addressing mode not supported"));
754       }
755       break;
756
757     case 'z':
758       if (*str == '-')
759         as_bad (_("can't predecrement"));
760
761       if (! (*str == 'z' || *str == 'Z'))
762         as_bad (_("pointer register Z required"));
763
764       str = skip_space (str + 1);
765
766       if (*str == '+')
767         {
768           ++str;
769           op_mask |= 1;
770         }
771
772       /* attiny26 can do "lpm" and "lpm r,Z" but not "lpm r,Z+".  */
773       if (!avr_opt.all_opcodes
774           && (op_mask & 0x0001)
775           && !(avr_mcu->isa & AVR_ISA_MOVW))
776         as_bad (_("postincrement not supported"));
777       break;
778
779     case 'b':
780       {
781         char c = TOLOWER (*str++);
782
783         if (c == 'y')
784           op_mask |= 0x8;
785         else if (c != 'z')
786           as_bad (_("pointer register (Y or Z) required"));
787         str = skip_space (str);
788         if (*str++ == '+')
789           {
790             input_line_pointer = str;
791             avr_offset_expression (& op_expr);
792             str = input_line_pointer;
793             fix_new_exp (frag_now, where, 3,
794                          &op_expr, FALSE, BFD_RELOC_AVR_6);
795           }
796       }
797       break;
798
799     case 'h':
800       str = parse_exp (str, &op_expr);
801       fix_new_exp (frag_now, where, opcode->insn_size * 2,
802                    &op_expr, FALSE, BFD_RELOC_AVR_CALL);
803       break;
804
805     case 'L':
806       str = parse_exp (str, &op_expr);
807       fix_new_exp (frag_now, where, opcode->insn_size * 2,
808                    &op_expr, TRUE, BFD_RELOC_AVR_13_PCREL);
809       break;
810
811     case 'l':
812       str = parse_exp (str, &op_expr);
813       fix_new_exp (frag_now, where, opcode->insn_size * 2,
814                    &op_expr, TRUE, BFD_RELOC_AVR_7_PCREL);
815       break;
816
817     case 'i':
818       str = parse_exp (str, &op_expr);
819       fix_new_exp (frag_now, where + 2, opcode->insn_size * 2,
820                    &op_expr, FALSE, BFD_RELOC_16);
821       break;
822
823     case 'M':
824       {
825         bfd_reloc_code_real_type r_type;
826
827         input_line_pointer = str;
828         r_type = avr_ldi_expression (&op_expr);
829         str = input_line_pointer;
830         fix_new_exp (frag_now, where, 3,
831                      &op_expr, FALSE, r_type);
832       }
833       break;
834
835     case 'n':
836       {
837         unsigned int x;
838
839         x = ~avr_get_constant (str, 255);
840         str = input_line_pointer;
841         op_mask |= (x & 0xf) | ((x << 4) & 0xf00);
842       }
843       break;
844
845     case 'K':
846       input_line_pointer = str;
847       avr_offset_expression (& op_expr);
848       str = input_line_pointer;
849       fix_new_exp (frag_now, where, 3,
850                    & op_expr, FALSE, BFD_RELOC_AVR_6_ADIW);
851       break;
852
853     case 'S':
854     case 's':
855       {
856         unsigned int x;
857
858         x = avr_get_constant (str, 7);
859         str = input_line_pointer;
860         if (*op == 'S')
861           x <<= 4;
862         op_mask |= x;
863       }
864       break;
865
866     case 'P':
867       {
868         unsigned int x;
869
870         x = avr_get_constant (str, 63);
871         str = input_line_pointer;
872         op_mask |= (x & 0xf) | ((x & 0x30) << 5);
873       }
874       break;
875
876     case 'p':
877       {
878         unsigned int x;
879
880         x = avr_get_constant (str, 31);
881         str = input_line_pointer;
882         op_mask |= x << 3;
883       }
884       break;
885
886     case '?':
887       break;
888
889     default:
890       as_bad (_("unknown constraint `%c'"), *op);
891     }
892
893   *line = str;
894   return op_mask;
895 }
896
897 /* Parse instruction operands.
898    Return binary opcode.  */
899
900 static unsigned int
901 avr_operands (struct avr_opcodes_s *opcode, char **line)
902 {
903   char *op = opcode->constraints;
904   unsigned int bin = opcode->bin_opcode;
905   char *frag = frag_more (opcode->insn_size * 2);
906   char *str = *line;
907   int where = frag - frag_now->fr_literal;
908   static unsigned int prev = 0;  /* Previous opcode.  */
909
910   /* Opcode have operands.  */
911   if (*op)
912     {
913       unsigned int reg1 = 0;
914       unsigned int reg2 = 0;
915       int reg1_present = 0;
916       int reg2_present = 0;
917
918       /* Parse first operand.  */
919       if (REGISTER_P (*op))
920         reg1_present = 1;
921       reg1 = avr_operand (opcode, where, op, &str);
922       ++op;
923
924       /* Parse second operand.  */
925       if (*op)
926         {
927           if (*op == ',')
928             ++op;
929
930           if (*op == '=')
931             {
932               reg2 = reg1;
933               reg2_present = 1;
934             }
935           else
936             {
937               if (REGISTER_P (*op))
938                 reg2_present = 1;
939
940               str = skip_space (str);
941               if (*str++ != ',')
942                 as_bad (_("`,' required"));
943               str = skip_space (str);
944
945               reg2 = avr_operand (opcode, where, op, &str);
946             }
947
948           if (reg1_present && reg2_present)
949             reg2 = (reg2 & 0xf) | ((reg2 << 5) & 0x200);
950           else if (reg2_present)
951             reg2 <<= 4;
952         }
953       if (reg1_present)
954         reg1 <<= 4;
955       bin |= reg1 | reg2;
956     }
957
958   /* Detect undefined combinations (like ld r31,Z+).  */
959   if (!avr_opt.all_opcodes && AVR_UNDEF_P (bin))
960     as_warn (_("undefined combination of operands"));
961
962   if (opcode->insn_size == 2)
963     {
964       /* Warn if the previous opcode was cpse/sbic/sbis/sbrc/sbrs
965          (AVR core bug, fixed in the newer devices).  */
966       if (!(avr_opt.no_skip_bug ||
967             (avr_mcu->isa & (AVR_ISA_MUL | AVR_ISA_MOVW)))
968           && AVR_SKIP_P (prev))
969         as_warn (_("skipping two-word instruction"));
970
971       bfd_putl32 ((bfd_vma) bin, frag);
972     }
973   else
974     bfd_putl16 ((bfd_vma) bin, frag);
975
976   prev = bin;
977   *line = str;
978   return bin;
979 }
980
981 /* GAS will call this function for each section at the end of the assembly,
982    to permit the CPU backend to adjust the alignment of a section.  */
983
984 valueT
985 md_section_align (asection *seg, valueT addr)
986 {
987   int align = bfd_get_section_alignment (stdoutput, seg);
988   return ((addr + (1 << align) - 1) & (-1 << align));
989 }
990
991 /* If you define this macro, it should return the offset between the
992    address of a PC relative fixup and the position from which the PC
993    relative adjustment should be made.  On many processors, the base
994    of a PC relative instruction is the next instruction, so this
995    macro would return the length of an instruction.  */
996
997 long
998 md_pcrel_from_section (fixS *fixp, segT sec)
999 {
1000   if (fixp->fx_addsy != (symbolS *) NULL
1001       && (!S_IS_DEFINED (fixp->fx_addsy)
1002           || (S_GET_SEGMENT (fixp->fx_addsy) != sec)))
1003     return 0;
1004
1005   return fixp->fx_frag->fr_address + fixp->fx_where;
1006 }
1007
1008 /* GAS will call this for each fixup.  It should store the correct
1009    value in the object file.  */
1010
1011 void
1012 md_apply_fix (fixS *fixP, valueT * valP, segT seg)
1013 {
1014   unsigned char *where;
1015   unsigned long insn;
1016   long value = *valP;
1017
1018   if (fixP->fx_addsy == (symbolS *) NULL)
1019     fixP->fx_done = 1;
1020
1021   else if (fixP->fx_pcrel)
1022     {
1023       segT s = S_GET_SEGMENT (fixP->fx_addsy);
1024
1025       if (s == seg || s == absolute_section)
1026         {
1027           value += S_GET_VALUE (fixP->fx_addsy);
1028           fixP->fx_done = 1;
1029         }
1030     }
1031
1032   /* We don't actually support subtracting a symbol.  */
1033   if (fixP->fx_subsy != (symbolS *) NULL)
1034     as_bad_where (fixP->fx_file, fixP->fx_line, _("expression too complex"));
1035
1036   switch (fixP->fx_r_type)
1037     {
1038     default:
1039       fixP->fx_no_overflow = 1;
1040       break;
1041     case BFD_RELOC_AVR_7_PCREL:
1042     case BFD_RELOC_AVR_13_PCREL:
1043     case BFD_RELOC_32:
1044     case BFD_RELOC_16:
1045     case BFD_RELOC_AVR_CALL:
1046       break;
1047     }
1048
1049   if (fixP->fx_done)
1050     {
1051       /* Fetch the instruction, insert the fully resolved operand
1052          value, and stuff the instruction back again.  */
1053       where = (unsigned char *) fixP->fx_frag->fr_literal + fixP->fx_where;
1054       insn = bfd_getl16 (where);
1055
1056       switch (fixP->fx_r_type)
1057         {
1058         case BFD_RELOC_AVR_7_PCREL:
1059           if (value & 1)
1060             as_bad_where (fixP->fx_file, fixP->fx_line,
1061                           _("odd address operand: %ld"), value);
1062
1063           /* Instruction addresses are always right-shifted by 1.  */
1064           value >>= 1;
1065           --value;                      /* Correct PC.  */
1066
1067           if (value < -64 || value > 63)
1068             as_bad_where (fixP->fx_file, fixP->fx_line,
1069                           _("operand out of range: %ld"), value);
1070           value = (value << 3) & 0x3f8;
1071           bfd_putl16 ((bfd_vma) (value | insn), where);
1072           break;
1073
1074         case BFD_RELOC_AVR_13_PCREL:
1075           if (value & 1)
1076             as_bad_where (fixP->fx_file, fixP->fx_line,
1077                           _("odd address operand: %ld"), value);
1078
1079           /* Instruction addresses are always right-shifted by 1.  */
1080           value >>= 1;
1081           --value;                      /* Correct PC.  */
1082
1083           if (value < -2048 || value > 2047)
1084             {
1085               /* No wrap for devices with >8K of program memory.  */
1086               if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap)
1087                 as_bad_where (fixP->fx_file, fixP->fx_line,
1088                               _("operand out of range: %ld"), value);
1089             }
1090
1091           value &= 0xfff;
1092           bfd_putl16 ((bfd_vma) (value | insn), where);
1093           break;
1094
1095         case BFD_RELOC_32:
1096           bfd_putl16 ((bfd_vma) value, where);
1097           break;
1098
1099         case BFD_RELOC_16:
1100           bfd_putl16 ((bfd_vma) value, where);
1101           break;
1102
1103         case BFD_RELOC_AVR_16_PM:
1104           bfd_putl16 ((bfd_vma) (value >> 1), where);
1105           break;
1106
1107         case BFD_RELOC_AVR_LDI:
1108           if (value > 255)
1109             as_bad_where (fixP->fx_file, fixP->fx_line,
1110                           _("operand out of range: %ld"), value);
1111           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value), where);
1112           break;
1113
1114         case BFD_RELOC_AVR_6:
1115           if ((value > 63) || (value < 0))
1116             as_bad_where (fixP->fx_file, fixP->fx_line,
1117                           _("operand out of range: %ld"), value);
1118           bfd_putl16 ((bfd_vma) insn | ((value & 7) | ((value & (3 << 3)) << 7) | ((value & (1 << 5)) << 8)), where);
1119           break;
1120
1121         case BFD_RELOC_AVR_6_ADIW:
1122           if ((value > 63) || (value < 0))
1123             as_bad_where (fixP->fx_file, fixP->fx_line,
1124                           _("operand out of range: %ld"), value);
1125           bfd_putl16 ((bfd_vma) insn | (value & 0xf) | ((value & 0x30) << 2), where);
1126           break;
1127
1128         case BFD_RELOC_AVR_LO8_LDI:
1129           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value), where);
1130           break;
1131
1132         case BFD_RELOC_AVR_HI8_LDI:
1133           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 8), where);
1134           break;
1135
1136         case BFD_RELOC_AVR_MS8_LDI:
1137           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 24), where);
1138           break;
1139
1140         case BFD_RELOC_AVR_HH8_LDI:
1141           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 16), where);
1142           break;
1143
1144         case BFD_RELOC_AVR_LO8_LDI_NEG:
1145           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value), where);
1146           break;
1147
1148         case BFD_RELOC_AVR_HI8_LDI_NEG:
1149           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 8), where);
1150           break;
1151
1152         case BFD_RELOC_AVR_MS8_LDI_NEG:
1153           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 24), where);
1154           break;
1155
1156         case BFD_RELOC_AVR_HH8_LDI_NEG:
1157           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 16), where);
1158           break;
1159
1160         case BFD_RELOC_AVR_LO8_LDI_PM:
1161           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 1), where);
1162           break;
1163
1164         case BFD_RELOC_AVR_HI8_LDI_PM:
1165           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 9), where);
1166           break;
1167
1168         case BFD_RELOC_AVR_HH8_LDI_PM:
1169           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (value >> 17), where);
1170           break;
1171
1172         case BFD_RELOC_AVR_LO8_LDI_PM_NEG:
1173           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 1), where);
1174           break;
1175
1176         case BFD_RELOC_AVR_HI8_LDI_PM_NEG:
1177           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 9), where);
1178           break;
1179
1180         case BFD_RELOC_AVR_HH8_LDI_PM_NEG:
1181           bfd_putl16 ((bfd_vma) insn | LDI_IMMEDIATE (-value >> 17), where);
1182           break;
1183
1184         case BFD_RELOC_AVR_CALL:
1185           {
1186             unsigned long x;
1187
1188             x = bfd_getl16 (where);
1189             if (value & 1)
1190               as_bad_where (fixP->fx_file, fixP->fx_line,
1191                             _("odd address operand: %ld"), value);
1192             value >>= 1;
1193             x |= ((value & 0x10000) | ((value << 3) & 0x1f00000)) >> 16;
1194             bfd_putl16 ((bfd_vma) x, where);
1195             bfd_putl16 ((bfd_vma) (value & 0xffff), where + 2);
1196           }
1197           break;
1198
1199         default:
1200           as_fatal (_("line %d: unknown relocation type: 0x%x"),
1201                     fixP->fx_line, fixP->fx_r_type);
1202           break;
1203         }
1204     }
1205   else
1206     {
1207       switch (fixP->fx_r_type)
1208         {
1209         case -BFD_RELOC_AVR_HI8_LDI_NEG:
1210         case -BFD_RELOC_AVR_HI8_LDI:
1211         case -BFD_RELOC_AVR_LO8_LDI_NEG:
1212         case -BFD_RELOC_AVR_LO8_LDI:
1213           as_bad_where (fixP->fx_file, fixP->fx_line,
1214                         _("only constant expression allowed"));
1215           fixP->fx_done = 1;
1216           break;
1217         default:
1218           break;
1219         }
1220     }
1221 }
1222
1223 /* GAS will call this to generate a reloc, passing the resulting reloc
1224    to `bfd_install_relocation'.  This currently works poorly, as
1225    `bfd_install_relocation' often does the wrong thing, and instances of
1226    `tc_gen_reloc' have been written to work around the problems, which
1227    in turns makes it difficult to fix `bfd_install_relocation'.  */
1228
1229 /* If while processing a fixup, a reloc really needs to be created
1230    then it is done here.  */
1231
1232 arelent *
1233 tc_gen_reloc (asection *seg ATTRIBUTE_UNUSED,
1234               fixS *fixp)
1235 {
1236   arelent *reloc;
1237
1238   if (fixp->fx_addsy && fixp->fx_subsy)
1239     {
1240       long value = 0;
1241
1242       if ((S_GET_SEGMENT (fixp->fx_addsy) != S_GET_SEGMENT (fixp->fx_subsy))
1243           || S_GET_SEGMENT (fixp->fx_addsy) == undefined_section)
1244         {
1245           as_bad_where (fixp->fx_file, fixp->fx_line,
1246               "Difference of symbols in different sections is not supported");
1247           return NULL;
1248         }
1249
1250       /* We are dealing with two symbols defined in the same section.
1251          Let us fix-up them here.  */
1252       value += S_GET_VALUE (fixp->fx_addsy);
1253       value -= S_GET_VALUE (fixp->fx_subsy);
1254
1255       /* When fx_addsy and fx_subsy both are zero, md_apply_fix
1256          only takes it's second operands for the fixup value.  */
1257       fixp->fx_addsy = NULL;
1258       fixp->fx_subsy = NULL;
1259       md_apply_fix (fixp, (valueT *) &value, NULL);
1260
1261       return NULL;
1262     }
1263
1264   reloc = xmalloc (sizeof (arelent));
1265
1266   reloc->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
1267   *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
1268
1269   reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
1270   reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
1271   if (reloc->howto == (reloc_howto_type *) NULL)
1272     {
1273       as_bad_where (fixp->fx_file, fixp->fx_line,
1274                     _("reloc %d not supported by object file format"),
1275                     (int) fixp->fx_r_type);
1276       return NULL;
1277     }
1278
1279   if (fixp->fx_r_type == BFD_RELOC_VTABLE_INHERIT
1280       || fixp->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
1281     reloc->address = fixp->fx_offset;
1282
1283   reloc->addend = fixp->fx_offset;
1284
1285   return reloc;
1286 }
1287
1288 void
1289 md_assemble (char *str)
1290 {
1291   struct avr_opcodes_s *opcode;
1292   char op[11];
1293
1294   str = skip_space (extract_word (str, op, sizeof (op)));
1295
1296   if (!op[0])
1297     as_bad (_("can't find opcode "));
1298
1299   opcode = (struct avr_opcodes_s *) hash_find (avr_hash, op);
1300
1301   if (opcode == NULL)
1302     {
1303       as_bad (_("unknown opcode `%s'"), op);
1304       return;
1305     }
1306
1307   /* Special case for opcodes with optional operands (lpm, elpm) -
1308      version with operands exists in avr_opcodes[] in the next entry.  */
1309
1310   if (*str && *opcode->constraints == '?')
1311     ++opcode;
1312
1313   if (!avr_opt.all_opcodes && (opcode->isa & avr_mcu->isa) != opcode->isa)
1314     as_bad (_("illegal opcode %s for mcu %s"), opcode->name, avr_mcu->name);
1315
1316   /* We used to set input_line_pointer to the result of get_operands,
1317      but that is wrong.  Our caller assumes we don't change it.  */
1318   {
1319     char *t = input_line_pointer;
1320
1321     avr_operands (opcode, &str);
1322     if (*skip_space (str))
1323       as_bad (_("garbage at end of line"));
1324     input_line_pointer = t;
1325   }
1326 }
1327
1328 /* Flag to pass `pm' mode between `avr_parse_cons_expression' and
1329    `avr_cons_fix_new'.  */
1330 static int exp_mod_pm = 0;
1331
1332 /* Parse special CONS expression: pm (expression)
1333    or alternatively: gs (expression).
1334    These are used for addressing program memory.
1335    Relocation: BFD_RELOC_AVR_16_PM.  */
1336
1337 void
1338 avr_parse_cons_expression (expressionS *exp, int nbytes)
1339 {
1340   char *tmp;
1341
1342   exp_mod_pm = 0;
1343
1344   tmp = input_line_pointer = skip_space (input_line_pointer);
1345
1346   if (nbytes == 2)
1347     {
1348       char *pm_name1 = "pm";
1349       char *pm_name2 = "gs";
1350       int len = strlen (pm_name1);
1351       /* len must be the same for both pm identifiers.  */
1352
1353       if (strncasecmp (input_line_pointer, pm_name1, len) == 0
1354           || strncasecmp (input_line_pointer, pm_name2, len) == 0)
1355         {
1356           input_line_pointer = skip_space (input_line_pointer + len);
1357
1358           if (*input_line_pointer == '(')
1359             {
1360               input_line_pointer = skip_space (input_line_pointer + 1);
1361               exp_mod_pm = 1;
1362               expression (exp);
1363
1364               if (*input_line_pointer == ')')
1365                 ++input_line_pointer;
1366               else
1367                 {
1368                   as_bad (_("`)' required"));
1369                   exp_mod_pm = 0;
1370                 }
1371
1372               return;
1373             }
1374
1375           input_line_pointer = tmp;
1376         }
1377     }
1378
1379   expression (exp);
1380 }
1381
1382 void
1383 avr_cons_fix_new (fragS *frag,
1384                   int where,
1385                   int nbytes,
1386                   expressionS *exp)
1387 {
1388   if (exp_mod_pm == 0)
1389     {
1390       if (nbytes == 2)
1391         fix_new_exp (frag, where, nbytes, exp, FALSE, BFD_RELOC_16);
1392       else if (nbytes == 4)
1393         fix_new_exp (frag, where, nbytes, exp, FALSE, BFD_RELOC_32);
1394       else
1395         as_bad (_("illegal %srelocation size: %d"), "", nbytes);
1396     }
1397   else
1398     {
1399       if (nbytes == 2)
1400         fix_new_exp (frag, where, nbytes, exp, FALSE, BFD_RELOC_AVR_16_PM);
1401       else
1402         as_bad (_("illegal %srelocation size: %d"), "`pm' ", nbytes);
1403       exp_mod_pm = 0;
1404     }
1405 }