> This is a part of [JDK-8382392](https://bugs.openjdk.org/browse/JDK-8382392).
> 
> Debuginfo related code such as `open_debug_file()` have been implemented in 
> symtab.c. Maybe it would be used for symbol resolution so far. However it is 
> needed for reading `.debug_frame` section from ELF file.
> 
> So this sub task moves debuginfo related code to salibelf.c because it 
> provides features for ELF.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Yasumasa Suenaga has updated the pull request with a new target base due to a 
merge or a rebase. The incremental webrev excludes the unrelated changes 
brought in by the merge/rebase. The pull request contains three additional 
commits since the last revision:

 - Fix
 - Merge branch 'master' into JDK-8390618
 - 8390618: Move debuginfo related code to salibelf from symtab

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/32434/files
  - new: https://git.openjdk.org/jdk/pull/32434/files/019cfc0a..4876fcca

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=32434&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32434&range=00-01

  Stats: 255873 lines in 2783 files changed: 140031 ins; 99324 del; 16518 mod
  Patch: https://git.openjdk.org/jdk/pull/32434.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/32434/head:pull/32434

PR: https://git.openjdk.org/jdk/pull/32434

Reply via email to