* config/tc-ppc.c (md_apply_fix3): Allow BRTAKEN, BRNTAKEN relocs.
[deliverable/binutils-gdb.git] / gas / macro.c
index 469ca801f32101fc9e078dd5375fa429608c54e0..b0b7ec21e75d336fa7a571e09d8ec5d0c74018c6 100644 (file)
@@ -637,6 +637,7 @@ sub_actual (start, in, t, formal_hash, kind, out, copyifnotthere)
     {
       /* Doing this permits people to use & in macro bodies.  */
       sb_add_char (out, '&');
+      sb_add_sb (out, t);
     }
   else if (copyifnotthere)
     {
This page took 0.022901 seconds and 4 git commands to generate.