OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / i386elf.h
index a550243..c3f930a 100644 (file)
@@ -88,7 +88,7 @@ along with GCC; see the file COPYING3.  If not see
                fputs (ASM_BYTE, (FILE));                               \
              else                                                      \
                fputc (',', (FILE));                                    \
-             fprintf ((FILE), "%#02x", *_ascii_bytes);                 \
+             fprintf ((FILE), "0x%02x", *_ascii_bytes);                        \
              bytes_in_chunk += 5;                                      \
            }                                                           \
        }                                                               \