Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: f43079cb514e3d0be0036424695438ae3fb58451
      
https://github.com/Perl/perl5/commit/f43079cb514e3d0be0036424695438ae3fb58451
  Author: Yves Orton <[email protected]>
  Date:   2021-02-13 (Sat, 13 Feb 2021)

  Changed paths:
    M hv_func.h
    M perlvars.h
    M t/porting/libperl.t

  Log Message:
  -----------
  [#18555] Ensure that PL_hash_seed and PL_hash_state are word aligned

Replace PL_hash_seed and PL_hash_state with PL_hash_seed_w and
PL_hash_state_w, and replace the old vars with defines that cast
their replacements appropriately. This should force linkers to
word align the data.


Reply via email to