mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 12:41:19 +08:00
spu_mfcio.h (struct mfc_list_element): Change width of size bitfield.
* config/spu/spu_mfcio.h (struct mfc_list_element): Change width of size bitfield. From-SVN: r119110
This commit is contained in:
parent
617b6ec062
commit
a991f101ae
@ -1,5 +1,8 @@
|
||||
2006-11-23 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* config/spu/spu_mfcio.h (struct mfc_list_element): Change width
|
||||
of size bitfield.
|
||||
|
||||
* config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.
|
||||
|
||||
2006-11-23 Zdenek Dvorak <dvorakz@suse.cz>
|
||||
|
@ -37,8 +37,8 @@ __extension__
|
||||
#endif
|
||||
typedef struct mfc_list_element {
|
||||
uint64_t notify : 1; /** Stall-and-notify bit */
|
||||
uint64_t reserved : 15;
|
||||
uint64_t size : 16; /** Transfer size */
|
||||
uint64_t reserved : 16;
|
||||
uint64_t size : 15; /** Transfer size */
|
||||
uint64_t eal : 32; /** Lower word of effective address */
|
||||
} mfc_list_element_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user