mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
llvm-mc: Tweak section alignment and size computation to match 'as' closer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -502,11 +502,7 @@ private:
|
||||
/// LayoutSection - Assign offsets and sizes to the fragments in the section
|
||||
/// \arg SD, and update the section size. The section file offset should
|
||||
/// already have been computed.
|
||||
///
|
||||
/// \param NextAlign - The alignment for the section end address, which may
|
||||
/// add padding bytes to the section (these are included in the section "file"
|
||||
/// size, but not its regular size).
|
||||
void LayoutSection(MCSectionData &SD, unsigned NextAlign);
|
||||
void LayoutSection(MCSectionData &SD);
|
||||
|
||||
public:
|
||||
/// Construct a new assembler instance.
|
||||
|
Reference in New Issue
Block a user