This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

[PATCH 0/2] Correct the requirement of compressed floating point instructions.


This series patches are contain 2 patches, main purpose is correct the
requirement of compressed floating point load/store instructions.

In current implementation, -march=rv32ic and -march=rv64ic can accept
fld without warning, because gas only check C extension is available.

So I've make it able to check more than one extension in first patch,
and fix those info for compressed floating point load/store
instructions.


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