[roll] Roll fuchsia [kernel][linker] deal with various alignment cases

-Switch cases of 4096 to CONSTANT(COMMONPAGESIZE)
-Make sure alignments between sections are CONSTANT(MAXPAGESIZE)
-in kernel.ld make sure the section break happens at the start of .data
-Reduce alignment of bss to 8 bytes to pack it in tighter with the data
segment.

No real layout difference currently, even with the BSS alignment, since
at least one item in the bss is already 4K aligned.

In the future this will allow proper layout if MAXPAGESIZE is set to 64k
on arm.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1031680
Original-Revision: ef4f8f5b7cbb9b38b181025907ee926b8804fa43
GitOrigin-RevId: b29f6a768bb3a60ab6a39b191e1fe3e66eb1a70c
Change-Id: Iacfb9903014f7a19e0f1971043a8c0b729fc0161
1 file changed
tree: 294bb654af686cb3908e3f26c28e6c4871d25552
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.