Fix the fields in the x_n union inside the the x_file structure so that pointers can be stored.

PR 28630
	* coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this
	structure.
This commit is contained in:
Nick Clifton
2021-12-01 11:29:34 +00:00
parent 288712bbac
commit 92fc129e2b
2 changed files with 15 additions and 5 deletions
+6
View File
@@ -1,3 +1,9 @@
2021-12-01 Nick Clifton <nickc@redhat.com>
PR 28630
* coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this
structure.
2021-11-25 Andrew Burgess <aburgess@redhat.com>
Simon Cook <simon.cook@embecosm.com>