|
1 | 1 | /*
|
2 |
| - * Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
4 | 4 | *
|
5 | 5 | * This code is free software; you can redistribute it and/or modify it
|
@@ -1184,14 +1184,14 @@ public void installDebugInfo(DebugInfoProvider debugInfoProvider) {
|
1184 | 1184 | DwarfRangesSectionImpl elfRangesSectionImpl = dwarfSections.getRangesSectionImpl();
|
1185 | 1185 | DwarfLineSectionImpl elfLineSectionImpl = dwarfSections.getLineSectionImpl();
|
1186 | 1186 | /* Now we can create the section elements with empty content. */
|
1187 |
| - newUserDefinedSection(elfStrSectionImpl.getSectionName(), elfStrSectionImpl); |
1188 |
| - newUserDefinedSection(elfAbbrevSectionImpl.getSectionName(), elfAbbrevSectionImpl); |
1189 |
| - newUserDefinedSection(frameSectionImpl.getSectionName(), frameSectionImpl); |
1190 |
| - newUserDefinedSection(elfLocSectionImpl.getSectionName(), elfLocSectionImpl); |
1191 |
| - newUserDefinedSection(elfInfoSectionImpl.getSectionName(), elfInfoSectionImpl); |
1192 |
| - newUserDefinedSection(elfARangesSectionImpl.getSectionName(), elfARangesSectionImpl); |
1193 |
| - newUserDefinedSection(elfRangesSectionImpl.getSectionName(), elfRangesSectionImpl); |
1194 |
| - newUserDefinedSection(elfLineSectionImpl.getSectionName(), elfLineSectionImpl); |
| 1187 | + newDebugSection(elfStrSectionImpl.getSectionName(), elfStrSectionImpl); |
| 1188 | + newDebugSection(elfAbbrevSectionImpl.getSectionName(), elfAbbrevSectionImpl); |
| 1189 | + newDebugSection(frameSectionImpl.getSectionName(), frameSectionImpl); |
| 1190 | + newDebugSection(elfLocSectionImpl.getSectionName(), elfLocSectionImpl); |
| 1191 | + newDebugSection(elfInfoSectionImpl.getSectionName(), elfInfoSectionImpl); |
| 1192 | + newDebugSection(elfARangesSectionImpl.getSectionName(), elfARangesSectionImpl); |
| 1193 | + newDebugSection(elfRangesSectionImpl.getSectionName(), elfRangesSectionImpl); |
| 1194 | + newDebugSection(elfLineSectionImpl.getSectionName(), elfLineSectionImpl); |
1195 | 1195 | /*
|
1196 | 1196 | * Add symbols for the base of all DWARF sections whose content may need to be referenced
|
1197 | 1197 | * using a section global offset. These need to be written using a base relative reloc so
|
|
0 commit comments