Fix table formatting of symbol_files.md

Change-Id: I4c5d2e2d77d27204fdc71d6720ea91abe18fb706
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3485498
Reviewed-by: Lei Zhang <thestig@chromium.org>
This commit is contained in:
Deepanjan Roy 2022-02-23 16:39:31 -05:00 committed by Lei Zhang
parent fc1b9d3203
commit 8e73e40c8c

View file

@ -62,16 +62,25 @@ for _name_.
* The _operatingsystem_ field names the operating system on which the * The _operatingsystem_ field names the operating system on which the
executable or shared library was intended to run. This field should have one executable or shared library was intended to run. This field should have one
of the following values: | **Value** | **Meaning** | of the following values:
|:----------|:--------------------| | Linux | Linux | | mac | Macintosh OSX
| | windows | Microsoft Windows | | **Value** | **Meaning** |
|:----------|:--------------------|
| Linux | Linux |
| mac | Macintosh OSX |
| windows | Microsoft Windows |
* The _architecture_ field indicates what processor architecture the * The _architecture_ field indicates what processor architecture the
executable or shared library contains machine code for. This field should executable or shared library contains machine code for. This field should
have one of the following values: | **Value** | **Instruction Set have one of the following values:
Architecture** | |:----------|:---------------------------------| | x86 |
Intel IA-32 | | x86\_64 | AMD64/Intel 64 | | ppc | 32-bit PowerPC | | ppc64 | **Value** | **Instruction Set Architecture** |
| 64-bit PowerPC | | unknown | unknown | |:----------|:---------------------------------|
| x86 | Intel IA-32 |
| x86\_64 | AMD64/Intel 64 |
| ppc | 32-bit PowerPC |
| ppc64 | 64-bit PowerPC |
| unknown | unknown |
* The _id_ field is a sequence of hexadecimal digits that identifies the exact * The _id_ field is a sequence of hexadecimal digits that identifies the exact
executable or library whose contents the symbol file describes. The way in executable or library whose contents the symbol file describes. The way in