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]
Other format: [Raw text]

[PATCH] Fix dg-function-on-line for MIPS64-linux-gnu


Hi,
  The problem here is mips64-linux-gnu produces similar output like
IRIX does except there might be some .cfi_startproc there.  This patch
fixes it by allow an optional .cfi_startproc and by always using that
format for mips*-*-* .

OK?  Tested on mips64-linux-gnu.

Thanks,
Andrew Pinski

testsuite/ChangeLog:
* lib/scanasm.exp (dg-function-on-line): Always use a special format
for all mips targets.  Also allow an optional .cfi_startproc .

Attachment: fixfunctiononline.diff.txt
Description: Text document


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