Bug 4804 - [regression] two gas regressions (20070713 compared to 20070426)
Summary: [regression] two gas regressions (20070713 compared to 20070426)
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: gas (show other bugs)
Version: 2.18
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-18 09:15 UTC by Matthias Klose
Modified: 2007-07-19 16:47 UTC (History)
2 users (show)

See Also:
Host:
Target: arm-linux-gnu
Build:
Last reconfirmed:


Attachments
GAS testsuite: Treat arm-linux-gnu in the same way as arm-eabi (607 bytes, patch)
2007-07-19 16:45 UTC, Nick Clifton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2007-07-18 09:15:40 UTC
the testsuite shows two regressions on arm-linux-gnu, seen on
http://buildd.debian.org/fetch.cgi?&pkg=binutils&ver=2.17cvs20070713-1&arch=arm&stamp=1184374621&file=log

sorry, no more information, and no arm platform available.

Test results, compared with installed binutils:
W: [gas/arm/arm.exp] REGRESSION (PASS -> FAIL): ARM Mapping Symbols for .short
(ELF version)
W: [gas/elf/elf.exp] REGRESSION (PASS -> FAIL): elf section2 list
Comment 1 Nick Clifton 2007-07-19 16:45:54 UTC
Created attachment 1921 [details]
GAS testsuite: Treat arm-linux-gnu in the same way as arm-eabi
Comment 2 Nick Clifton 2007-07-19 16:47:07 UTC
Hi Matthias,

  The problem was that the arm-linux-gnu toolchain was being tested as if it
were the same as an arm-elf toolchain instead of being like an arm-eabi
toolchain.  I have checked in the uploaded patch to fix this problem.

Cheers
  Nick

gas/testsuite/ChangeLog
2007-07-19  Nick Clifton  <nickc@redhat.com>

	PR gas/4804
	* gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target
	in the same way as the arm-eabi target.
	* gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu
	target.
	* gas/arm/mapshort-elf.d: Do not use this file for the
	arm-linux-gnu target.