Re: [PATCH 4/5] s390: Move files out of s390-64 folders
Project / Subsystem
glibc / s390
Date
2026-04-17
Proposer
Adhemerval Zanella Netto <[email protected]>
Source type
public_inbox
Consensus
Ready to Land
Sentiment
9/10
Technical tradeoffs
- • Requires careful merging of files to avoid conflicts.
- • Needs updating build scripts and configuration files.
- • Potential impact on existing build processes and dependencies.
All attributes
- project
- glibc
- subsystem
- s390
- patch_id
- —
- discussion_id
- [email protected]
- source_type
- public_inbox
- title
- Re: [PATCH 4/5] s390: Move files out of s390-64 folders
- headline
- s390: Move files out of s390-64 folders
- tldr
- This patch moves files from the s390/s390-64 subdirectory to s390/, merging them when necessary.
- stakes
- Code reorganization improves maintainability and reduces redundancy by removing an unnecessary directory level.
- proposer
- Adhemerval Zanella Netto <[email protected]>
- consensus
- Ready to Land
- outcome
- ready
- sentiment_score
- 9
- sentiment_rationale
- The patch is addressing code organization and has received positive feedback, suggesting it's close to being accepted.
- technical_tradeoffs
-
- • Requires careful merging of files to avoid conflicts.
- • Needs updating build scripts and configuration files.
- • Potential impact on existing build processes and dependencies.
- series_id
- glibc:s390: move files out of s390-64 folders
- series_role
- reply
- series_parts
-
- • {"title":"s390: Move files out of s390-64 folders","url":"https://inbox.sourceware.org/libc-alpha/[email protected]"}
- tags
-
- • s390
- • code organization
- • refactoring
- bugzilla_url
- —
- date
- 2026-04-17T00:00:00.000Z
Re: [PATCH 4/5] s390: Move files out of s390-64 folders
This patch moves files out of the s390/s390-64 directory and merges them into the s390/ directory. The sysdeps/s390/preconfigure.ac file is updated to reflect the removal of the s390-64 subdirectory. A question was raised about some compiler flags, which will be investigated in a separate patch.