This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: MIPS gas problem


Hi,
machida@sm.sony.co.jp said:
-> I rewrite the test program which is not depending your gcc version or
-> config. Please try this.

-> #define P1  10 #define P2  12

Sorry for the delay in trying out this test case. I was over the edge for 
the past 3 days :-)

O.K, There were no warnings with this test case unlike the previous one.

[~] gcc -c rotest1.c -o rotest1.o

[~] objdump -h objtest1.o

otest1.o:     file format elf32-tradbigmips

Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .text         00000320  00000000  00000000  00000040  2**4
                  CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
  1 .data         00000010  00000000  00000000  00000360  2**4
                  CONTENTS, ALLOC, LOAD, DATA
  2 .bss          00000000  00000000  00000000  00000370  2**4
                  ALLOC
  3 .reginfo      00000018  00000000  00000000  00000370  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, DATA, LINK_ONCE_SAME_SIZE
  4 .mdebug       00000240  00000000  00000000  00000388  2**2
                  CONTENTS, READONLY, DEBUGGING
  5 .note         00000014  00000000  00000000  000005c8  2**0
                  CONTENTS, READONLY
  6 .comment      00000035  00000000  00000000  000005dc  2**0
                  CONTENTS, READONLY
  7 .rodata       00001060  00000000  00000000  00000620  2**4
                  CONTENTS, ALLOC, LOAD, READONLY, DATA



koundinya



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]