<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/include/plugin-api.h, branch basepoints/gcc-12</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>Update copyright years.</title>
<updated>2021-01-04T09:26:59+00:00</updated>
<author>
<name>Jakub Jelinek</name>
<email>jakub@redhat.com</email>
</author>
<published>2021-01-04T09:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=99dee82307f1e163e150c9c810452979994047ce'/>
<id>99dee82307f1e163e150c9c810452979994047ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in a macro usage.</title>
<updated>2020-04-01T07:37:37+00:00</updated>
<author>
<name>Martin Liska</name>
<email>mliska@suse.cz</email>
</author>
<published>2020-04-01T07:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=142d68f50b48309f48e34fc1d9d6dbbeecfde684'/>
<id>142d68f50b48309f48e34fc1d9d6dbbeecfde684</id>
<content type='text'>
	PR lto/94249
	* plugin-api.h: Fix a typo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	PR lto/94249
	* plugin-api.h: Fix a typo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve endianess detection.</title>
<updated>2020-03-24T10:40:10+00:00</updated>
<author>
<name>Martin Liska</name>
<email>mliska@suse.cz</email>
</author>
<published>2020-03-24T10:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=906b3eb9df6c577d3f6e9c3ea5c9d7e4d1e90536'/>
<id>906b3eb9df6c577d3f6e9c3ea5c9d7e4d1e90536</id>
<content type='text'>
	PR lto/94249
	* plugin-api.h: Add more robust endianess detection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	PR lto/94249
	* plugin-api.h: Add more robust endianess detection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comma at end of enumerator list seen with -std=c++98.</title>
<updated>2020-03-21T07:09:02+00:00</updated>
<author>
<name>Martin Liska</name>
<email>mliska@suse.cz</email>
</author>
<published>2020-03-21T07:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=15711e837b245ab1bbd2c9c49a010524d4e9d384'/>
<id>15711e837b245ab1bbd2c9c49a010524d4e9d384</id>
<content type='text'>
	* plugin-api.h (enum ld_plugin_symbol_type): Remove
	comma after last value of an enum.
	* lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* plugin-api.h (enum ld_plugin_symbol_type): Remove
	comma after last value of an enum.
	* lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update include/plugin-api.h.</title>
<updated>2020-03-19T15:55:59+00:00</updated>
<author>
<name>Martin Liska</name>
<email>mliska@suse.cz</email>
</author>
<published>2020-03-19T15:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=f5389e17e4b8cfd4877082b46d31d1db3341a0aa'/>
<id>f5389e17e4b8cfd4877082b46d31d1db3341a0aa</id>
<content type='text'>
	* plugin-api.h (struct ld_plugin_symbol): Split
	int def into 4 char fields.
	(enum ld_plugin_symbol_type): New.
	(enum ld_plugin_symbol_section_kind): New.
	(enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* plugin-api.h (struct ld_plugin_symbol): Split
	int def into 4 char fields.
	(enum ld_plugin_symbol_type): New.
	(enum ld_plugin_symbol_section_kind): New.
	(enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2020-01-01T11:51:42+00:00</updated>
<author>
<name>Jakub Jelinek</name>
<email>jakub@gcc.gnu.org</email>
</author>
<published>2020-01-01T11:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1'/>
<id>8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1</id>
<content type='text'>
From-SVN: r279813
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r279813
</pre>
</div>
</content>
</entry>
<entry>
<title>PR other/16615 [2/5]</title>
<updated>2019-01-09T21:39:49+00:00</updated>
<author>
<name>Sandra Loosemore</name>
<email>sandra@codesourcery.com</email>
</author>
<published>2019-01-09T21:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=adcb167e030e016946c3dbf6fcfc81093ca6feea'/>
<id>adcb167e030e016946c3dbf6fcfc81093ca6feea</id>
<content type='text'>
2019-01-09  Sandra Loosemore  &lt;sandra@codesourcery.com&gt;

	PR other/16615 [2/5]

	include/
	* libiberty.h: Mechanically replace "can not" with "cannot".
	* plugin-api.h: Likewise.

	libiberty/
	* cp-demangle.c: Mechanically replace "can not" with "cannot".
	* floatformat.c: Likewise.
	* strerror.c: Likewise.

From-SVN: r267784
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2019-01-09  Sandra Loosemore  &lt;sandra@codesourcery.com&gt;

	PR other/16615 [2/5]

	include/
	* libiberty.h: Mechanically replace "can not" with "cannot".
	* plugin-api.h: Likewise.

	libiberty/
	* cp-demangle.c: Mechanically replace "can not" with "cannot".
	* floatformat.c: Likewise.
	* strerror.c: Likewise.

From-SVN: r267784
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2019-01-01T12:31:55+00:00</updated>
<author>
<name>Jakub Jelinek</name>
<email>jakub@gcc.gnu.org</email>
</author>
<published>2019-01-01T12:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=a5544970246db337977bb8b69ab120e9ef209317'/>
<id>a5544970246db337977bb8b69ab120e9ef209317</id>
<content type='text'>
From-SVN: r267494
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r267494
</pre>
</div>
</content>
</entry>
<entry>
<title>Plugin API to get the list of wrap symbols.</title>
<updated>2018-05-02T00:53:48+00:00</updated>
<author>
<name>Sriraman Tallam</name>
<email>tmsriram@google.com</email>
</author>
<published>2018-05-02T00:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=01f30ce6ea0a7b0e60fd2284fd17b078f1d53d3c'/>
<id>01f30ce6ea0a7b0e60fd2284fd17b078f1d53d3c</id>
<content type='text'>
This was approved for the binutils gold linker.
2018-05-01  Sriraman Tallam  &lt;tmsriram@google.com&gt;

	* plugin-api.h: Add plugin API to get the list of wrap
	symbols.

From-SVN: r259820
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was approved for the binutils gold linker.
2018-05-01  Sriraman Tallam  &lt;tmsriram@google.com&gt;

	* plugin-api.h: Add plugin API to get the list of wrap
	symbols.

From-SVN: r259820
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2018-01-03T10:03:58+00:00</updated>
<author>
<name>Jakub Jelinek</name>
<email>jakub@gcc.gnu.org</email>
</author>
<published>2018-01-03T10:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=85ec4feb11167c9e4489361bf2399a20afbe52c8'/>
<id>85ec4feb11167c9e4489361bf2399a20afbe52c8</id>
<content type='text'>
From-SVN: r256169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r256169
</pre>
</div>
</content>
</entry>
</feed>
