Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109075357
D2400.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
714 B
Referenced Files
None
Subscribers
None
D2400.id.diff
View Options
Index: head/contrib/binutils/bfd/elf32-arm.c
===================================================================
--- head/contrib/binutils/bfd/elf32-arm.c
+++ head/contrib/binutils/bfd/elf32-arm.c
@@ -6794,9 +6794,22 @@
out_attr[Tag_ABI_VFP_args].i = in_attr[Tag_ABI_VFP_args].i;
else if (in_attr[Tag_ABI_FP_number_model].i != 0)
{
+ bfd *hasbfd, *hasnotbfd;
+
+ if (in_attr[Tag_ABI_VFP_args].i)
+ {
+ hasbfd = ibfd;
+ hasnotbfd = obfd;
+ }
+ else
+ {
+ hasbfd = obfd;
+ hasnotbfd = ibfd;
+ }
+
_bfd_error_handler
(_("ERROR: %B uses VFP register arguments, %B does not"),
- ibfd, obfd);
+ hasbfd, hasnotbfd);
return FALSE;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 1, 11:27 AM (19 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16378528
Default Alt Text
D2400.id.diff (714 B)
Attached To
Mode
D2400: Fix error message when floating point types differ
Attached
Detach File
Event Timeline
Log In to Comment