This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: fix execute/20010518-2.c


  In message <200108202110.f7KLALNe022834@hiauly1.hia.nrc.ca>you write:
  > > Which uncovers a latent bug for hppa-som.  In order to properly use
  > > dwarf1 or dwarf2 debug or dwarf2 exception handling one *must* define
  > > UNALIGNED_SHORT_ASM_OP and UNALIGNED_INT_ASM_OP.
  > > 
  > > If your assembler doesn't do auto-alignment, then UNALIGNED_INT_ASM_OP
  > > will probably be "\t.long\t" or something.
  > 
  > Hmmm.  The HP assember does do auto-alignment.  Don't know about gas.
  > I don't see how these can be defined, at least with the HP assembler.
You could build whatever you need out of a series of .byte statements.
Ugly, but possible.


jeff


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